mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-19 01:56:38 +08:00
fix(projects): 修复同时显示两种multiTab
This commit is contained in:
parent
51b8603545
commit
5be2e2a2e5
@ -21,7 +21,7 @@
|
|||||||
{{ item.meta?.title }}
|
{{ item.meta?.title }}
|
||||||
</button-tab>
|
</button-tab>
|
||||||
</n-space>
|
</n-space>
|
||||||
<browser-tab />
|
<browser-tab v-if="theme.multiTabStyle.mode === 'browser'" />
|
||||||
<reload-button />
|
<reload-button />
|
||||||
<context-menu
|
<context-menu
|
||||||
:visible="dropdownVisible"
|
:visible="dropdownVisible"
|
||||||
|
Loading…
Reference in New Issue
Block a user