Browse Source

Merge pull request #198 from Nicole0724/master

fix:修复isActive 被意外删除问题
wenjianzhang 3 years ago
parent
commit
fb3915f26e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/layout/components/TagsView/index.vue

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

@@ -73,6 +73,7 @@ export default {
   mounted() {
     this.initTags()
     this.addTags()
+    this.isActive()
     this.beforeUnload()
   },
   methods: {