Skip to content

Commit 8a8e70c

Browse files
author
reco_luan
committed
fix: restore the display of the sub sidebar
1 parent 16a44fa commit 8a8e70c

File tree

1 file changed

+4
-0
lines changed
  • packages/vuepress-theme-reco/components

1 file changed

+4
-0
lines changed

packages/vuepress-theme-reco/components/Page.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
<ModuleTransition delay="0.32">
5353
<Comments v-if="recoShowModule" :isShowComments="shouldShowComments"/>
5454
</ModuleTransition>
55+
56+
<ModuleTransition>
57+
<SubSidebar v-if="recoShowModule" class="side-bar" />
58+
</ModuleTransition>
5559
</main>
5660
</template>
5761

0 commit comments

Comments
 (0)