Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed May 19, 2024
1 parent aa8d470 commit 2b96b7f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/.vitepress/theme/components/OutlineDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ useRouteDisposal(effectComposer)
<TresLeches />
<TresCanvas
v-bind="gl"

>
<TresPerspectiveCamera
:position="[1, 3, 3]"
Expand Down
1 change: 0 additions & 1 deletion docs/.vitepress/theme/components/PixelationDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const { effectComposer } = useRouteDisposal()
clear-color="#121212"
:alpha="false"
:shadows="true"

>
<TresPerspectiveCamera
:position="[3, 2, 4]"
Expand Down
4 changes: 2 additions & 2 deletions playground/src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const sections = [
</h2>
</router-link>
<div
v-for="{ title, routes, icon } in sections"
v-for="{ title, routes: internalRoutes, icon } in sections"
:key="title"
class="
p-4 my-4 leading-normal size-m weight-600 bg-zinc-50 rounded
Expand All @@ -83,7 +83,7 @@ const sections = [
{{ title }}
</h2>
<div
v-for="route in routes"
v-for="route in internalRoutes"
:key="route.name"
class="link-wrapper"
>
Expand Down

0 comments on commit 2b96b7f

Please sign in to comment.