lancer пре 2 година
родитељ
комит
c7ff26c6ce
1 измењених фајлова са 2 додато и 0 уклоњено
  1. +2
    -0
      src/page/index/tags.vue

+ 2
- 0
src/page/index/tags.vue Прегледај датотеку

@@ -145,6 +145,7 @@
query: tag.query
}).catch(() => {})
},
//关闭其他
closeOthersTags() {
this.contextmenuFlag = false
this.$store.commit('DEL_TAG_OTHER')
@@ -159,6 +160,7 @@
})
return { tag: tag, key: key }
},
//关闭全部
closeAllTags() {
this.contextmenuFlag = false
this.$store.commit('DEL_ALL_TAG')


Loading…
Откажи
Сачувај