fix: [临时方案]修复因element-plus-x 1.3.98 中Conversations组件销毁问题出现的布局路由缺陷
This commit is contained in:
@@ -42,8 +42,12 @@ onMounted(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<component :is="LayoutComponent[layout]" />
|
||||
<div v-show="layout === 'blankPage'">
|
||||
<LayoutBlankPage />
|
||||
<!-- <component :is="LayoutComponent[layout]" /> -->
|
||||
</div>
|
||||
<div v-show="layout !== 'blankPage'">
|
||||
<LayoutVertical />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user