fix: fullPath

This commit is contained in:
zclzone 2022-11-14 18:29:41 +08:00
parent 649fe1d4e8
commit 67b11f04fc

View File

@ -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 })
},