Skip to content

Commit

Permalink
[Fix] Linter fixes: only one elements in app.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Jan 4, 2024
1 parent aeaf47a commit 042b0f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions DefaultLayout.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<template>
<NuxtPage />
<FloatingThemeButton />
</template>
<script setup>
import FloatingThemeButton from '~/components/FloatingThemeButton.vue'
</script>
5 changes: 2 additions & 3 deletions app.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<template>
<NuxtPage />
<FloatingThemeButton />
<Layout />
</template>
<script setup>
import FloatingThemeButton from '~/components/FloatingThemeButton.vue'
import Layout from '~/DefaultLayout.vue'
</script>

0 comments on commit 042b0f3

Please sign in to comment.