Skip to content

Commit

Permalink
fix: removed NuxtLayout (in not using default layout) (https://github…
Browse files Browse the repository at this point in the history
  • Loading branch information
mirumirumi committed Oct 17, 2022
1 parent 2f9eae4 commit f710dca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
</Head>
</ClientOnly>
<ModulesTheHeader />
<NuxtLayout>
<NuxtLoadingIndicator :height="2.9" :duration="1777" :color="'#bb7c1f'" :throttle="199" />
<NuxtPage id="container" />
</NuxtLayout>
<NuxtLoadingIndicator :height="2.9" :duration="1777" :color="'#bb7c1f'" :throttle="199" />
<NuxtPage id="container" />
<ModulesTheFooter />
<div ref="ad"></div>
</div>
Expand Down

0 comments on commit f710dca

Please sign in to comment.