Przeglądaj źródła

fix(tag): fix bug

LZHD 3 lat temu
rodzic
commit
012e5c9225
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/layout/components/tag/index.vue

+ 1 - 0
src/layout/components/tag/index.vue

@@ -392,6 +392,7 @@ export default {
     onBeforeMount(() => {
       vm = getCurrentInstance();
       st = vm.appContext.app.config.globalProperties.$storage;
+      routerArrays = st.routesInStorage ?? routerArrays;
 
       emitter.on("tagViewsChange", key => {
         if (unref(showTags) === key) return;