mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 05:39:34 +08:00
fix: fix routing switch, tab is not activated
This commit is contained in:
@@ -193,7 +193,7 @@ export default defineComponent({
|
||||
class="layout-menu"
|
||||
theme={themeData}
|
||||
showLogo={isShowLogo}
|
||||
search={unref(showSearchRef)}
|
||||
search={unref(showSearchRef) && !collapsed}
|
||||
items={unref(menusRef)}
|
||||
flatItems={unref(flatMenusRef)}
|
||||
onClickSearchInput={handleClickSearchInput}
|
||||
|
Reference in New Issue
Block a user