fix: restore the display of the sub sidebar
This commit is contained in:
parent
16a44fab19
commit
8a8e70c6c2
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user