fix: 调整tagsViewvue文件
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div>
|
||||
<router-link
|
||||
v-for="item in tagsViewStore.visitedViews"
|
||||
:key="item.path" :to="{ path: item.path }" class="tag"
|
||||
:key="item.path" :to="{ path: item.path, query: item.query }" class="tag"
|
||||
:class="isActive(item) ? 'active' : ''"
|
||||
@click.prevent
|
||||
@contextmenu.prevent.native="openMenu(item, $event)">
|
||||
|
||||
Reference in New Issue
Block a user