fix: restore the display of the sub sidebar

This commit is contained in:
reco_luan 2021-02-18 21:02:36 +08:00
parent 16a44fab19
commit 8a8e70c6c2

View File

@ -52,6 +52,10 @@
<ModuleTransition delay="0.32"> <ModuleTransition delay="0.32">
<Comments v-if="recoShowModule" :isShowComments="shouldShowComments"/> <Comments v-if="recoShowModule" :isShowComments="shouldShowComments"/>
</ModuleTransition> </ModuleTransition>
<ModuleTransition>
<SubSidebar v-if="recoShowModule" class="side-bar" />
</ModuleTransition>
</main> </main>
</template> </template>