소스 검색

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: {