fix(projects): 修复多页签删除功能

This commit is contained in:
Soybean
2021-09-18 11:32:53 +08:00
parent 248937479c
commit 99adbc5a30
2 changed files with 8 additions and 6 deletions

View File

@ -14,7 +14,7 @@
:closable="item.name !== ROUTE_HOME.name"
size="large"
@click="handleClickTab(item.fullPath)"
@close="removeMultiTab(item.fullPath)"
@close.stop="removeMultiTab(item.fullPath)"
>
{{ item.meta?.title }}
</n-tag>