From fd7586c8d91473d2850af1e48b12f1a289e6b8d1 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期四, 13 六月 2024 00:10:43 +0800 Subject: [PATCH] 新增文件 --- src/layout/components/tags.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/layout/components/tags.vue b/src/layout/components/tags.vue index ae23c70..b6fac76 100644 --- a/src/layout/components/tags.vue +++ b/src/layout/components/tags.vue @@ -1,7 +1,8 @@ <template> <div class="adminui-tags"> <ul ref="tags"> - <li v-for="tag in tagList" v-bind:key="tag" :class="[isActive(tag)?'active':'',tag.meta.affix?'affix':'' ]" @contextmenu.prevent="openContextMenu($event, tag)"> + <li v-for="tag in tagList" v-bind:key="tag" :class="[isActive(tag)?'active':'',tag.meta.affix?'affix':'' ]"> + <!-- 鍙抽敭 @contextmenu.prevent="openContextMenu($event, tag)" --> <router-link :to="tag"> <span>{{ tag.meta.title }}</span> <el-icon v-if="!tag.meta.affix" @click.prevent.stop='closeSelectedTag(tag)'><el-icon-close/></el-icon> -- Gitblit v1.9.3