fix: fullPath
This commit is contained in:
parent
649fe1d4e8
commit
67b11f04fc
@ -41,7 +41,7 @@ const contextMenuOption = reactive({
|
||||
watch(
|
||||
() => route.path,
|
||||
() => {
|
||||
const { name, path } = route
|
||||
const { name, fullPath: path } = route
|
||||
const title = route.meta?.title
|
||||
tagsStore.addTag({ name, path, title })
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user