Browse Source

perf: 同步完整版分支代码

i18n
xiaoxian521 3 years ago
parent
commit
1e1bcecb9f
  1. 3
      src/layout/components/tag/index.vue

3
src/layout/components/tag/index.vue

@ -64,6 +64,7 @@ const dynamicTagView = () => {
};
watch([route], () => {
activeIndex.value = -1;
dynamicTagView();
});
@ -591,7 +592,7 @@ onBeforeMount(() => {
(index === activeIndex && index !== 0)
"
class="el-icon-close"
@click="deleteMenu(item)"
@click.stop="deleteMenu(item)"
>
<CloseBold />
</el-icon>

Loading…
Cancel
Save