Explorar o código

Merge pull request #198 from Nicole0724/master

fix:修复isActive 被意外删除问题
wenjianzhang %!s(int64=3) %!d(string=hai) anos
pai
achega
fb3915f26e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: {