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 16a44fa commit 8a8e70cCopy full SHA for 8a8e70c
packages/vuepress-theme-reco/components/Page.vue
@@ -52,6 +52,10 @@
52
<ModuleTransition delay="0.32">
53
<Comments v-if="recoShowModule" :isShowComments="shouldShowComments"/>
54
</ModuleTransition>
55
+
56
+ <ModuleTransition>
57
+ <SubSidebar v-if="recoShowModule" class="side-bar" />
58
+ </ModuleTransition>
59
</main>
60
</template>
61
0 commit comments