Browse Source

fix:修复isActive 被意外删除问题

Nicole 3 years ago
parent
commit
b85ed368a0
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: {