We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08a580 commit bc6a2d9Copy full SHA for bc6a2d9
app.vue
@@ -22,7 +22,7 @@
22
]"
23
>
24
<!--<LayoutAside :is-mobile="false" />-->
25
- <LayoutCustomAside :is-mobile="false" />
+ <LayoutCustomAside :is-mobile="false" /> <!--this custom aside works with sidebar array-->
26
</aside>
27
<NuxtPage />
28
</div>
components/layout/DocsFooter.vue
@@ -8,7 +8,7 @@
8
9
10
<LayoutPrevNext />
11
- <!--<LayoutCustomPrevNext />-->
+ <!--<LayoutCustomPrevNext />--> <!--this custom prev/next works with sidebar array-->
12
13
<div class="flex">
14
<LayoutCarbonAds v-if="!isDesktop && carbonAdsEnabled" class="mx-auto" />
0 commit comments