mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 11:51:45 +08:00
fix: Fixed tab error,fixex #59 [deploy]
This commit is contained in:
@@ -34,7 +34,8 @@ const {
|
||||
} = useTabbar();
|
||||
|
||||
const menus = computed(() => {
|
||||
const menus = createContextMenus(route);
|
||||
const tab = coreTabbarStore.getTabByPath(currentActive.value);
|
||||
const menus = createContextMenus(tab);
|
||||
return menus.map((item) => {
|
||||
return {
|
||||
...item,
|
||||
|
Reference in New Issue
Block a user