chore: updates all dependencies

This commit is contained in:
pany
2022-07-15 10:48:29 +08:00
parent 04083aab2a
commit 15f4daff92
4 changed files with 388 additions and 302 deletions

View File

@@ -188,7 +188,7 @@ onBeforeMount(() => {
ref="tag"
:key="tag.path"
:class="state.isActive(tag) ? 'active' : ''"
:to="{ path: tag.path, query: tag.query, fullPath: tag.fullPath }"
:to="{ path: tag.path, query: tag.query }"
class="tags-view-item"
@click.middle="!state.isAffix(tag) ? state.closeSelectedTag(tag) : ''"
@contextmenu.prevent="state.openMenu(tag, $event)"