Merge pull request #25 from LZHD/dev

fix: fix bug
This commit is contained in:
啝裳 2021-07-12 21:53:28 +08:00 committed by GitHub
commit 497b3c404d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

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;

View File

@ -1,4 +1,3 @@
.
<template>
<div class="dict-container">
<!-- 工具栏 -->