mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-21 11:29:20 +08:00
fix: 修复隐藏 TagsView 后,路由 keepAlive: true 无效的问题 (#66)
This commit is contained in:
parent
3b47cecfc9
commit
7a8566244d
@ -49,7 +49,7 @@ const handleClickOutside = () => {
|
||||
<div :class="{ hasTagsView: showTagsView }" class="main-container">
|
||||
<div :class="{ 'fixed-header': fixedHeader }">
|
||||
<NavigationBar />
|
||||
<TagsView v-if="showTagsView" />
|
||||
<TagsView v-show="showTagsView" />
|
||||
</div>
|
||||
<AppMain />
|
||||
<RightPanel v-if="showSettings">
|
||||
|
Loading…
x
Reference in New Issue
Block a user