Skip to content

Commit bcfaa9f

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
(config.aside.useLevel && config.aside.levelStyle === 'aside') ? 'h-[calc(100vh-3.5rem)] md:top-[61px]' : 'h-[calc(100vh-6rem)] md:top-[101px]',
2222
]"
2323
>
24-
<!--<LayoutAside :is-mobile="false" />-->
25-
<LayoutCustomAside :is-mobile="false" /> <!--this custom aside works with sidebar array-->
24+
<!-- <LayoutAside :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 />--> <!--this custom prev/next works with sidebar array-->
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)