chore: updates all dependencies
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user