Skip to content

Commit bc6a2d9

Browse files
committed
accounting docs - add some comment
1 parent f08a580 commit bc6a2d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
]"
2323
>
2424
<!--<LayoutAside :is-mobile="false" />-->
25-
<LayoutCustomAside :is-mobile="false" />
25+
<LayoutCustomAside :is-mobile="false" /> <!--this custom aside works with sidebar array-->
2626
</aside>
2727
<NuxtPage />
2828
</div>

components/layout/DocsFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</div>
99

1010
<LayoutPrevNext />
11-
<!--<LayoutCustomPrevNext />-->
11+
<!--<LayoutCustomPrevNext />--> <!--this custom prev/next works with sidebar array-->
1212

1313
<div class="flex">
1414
<LayoutCarbonAds v-if="!isDesktop && carbonAdsEnabled" class="mx-auto" />

0 commit comments

Comments
 (0)