浏览代码

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

Nicole 3 年之前
父节点
当前提交
b85ed368a0
共有 1 个文件被更改,包括 1 次插入0 次删除
  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: {