This commit is contained in:
Ah jung
2021-07-17 16:34:04 +08:00
parent 770d39871a
commit ab4063e75e

View File

@@ -211,6 +211,7 @@ export default defineComponent({
if (whiteList.includes(route.name as string) || ['ErrorPage'].includes(route.name as string)) return
state.activeKey = to
tabsViewStore.addTabs(getSimpleRoute(route))
onElementResize()
},
{ immediate: true }
)