tongshangming 1 жил өмнө
parent
commit
4e76c50d3e

+ 1 - 1
src/components/core/GlobalTabs.vue

@@ -92,7 +92,7 @@ const removeTab = (name: TabPaneName) => {
 }
 
 watch(
-  () => route,
+  () => route.name,
   to => {
     setTab(routeToTab(to))
   },