fix(plugin-layout): 修复多页签layout设置为false依然显示的问题

This commit is contained in:
harrywan 2021-11-08 20:29:32 +08:00
parent bfe73ad941
commit f213d7cc49

View File

@ -64,8 +64,7 @@
</a-layout>
</a-layout>
<div v-else class="content-wrapper">
<MultiTabProvider v-if="multiTabs" />
<router-view v-else></router-view>
<router-view></router-view>
</div>
</template>