fix(tag): fix bug

This commit is contained in:
LZHD 2021-07-12 21:37:43 +08:00
parent 4054be735e
commit 012e5c9225

View File

@ -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;