Explorar o código

fix(tag): fix bug

LZHD %!s(int64=3) %!d(string=hai) anos
pai
achega
012e5c9225
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;