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