Template
1
0
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:
jiangyitao 2023-03-30 09:13:00 +08:00 committed by GitHub
parent 3b47cecfc9
commit 7a8566244d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">