mirror of
https://gitee.com/blossom-editor/blossom.git
synced 2025-12-06 08:48:29 +08:00
pref: 删除无用代码
This commit is contained in:
parent
b987479e1c
commit
63340b5a05
@ -78,7 +78,6 @@ const activeMenuPath = ref<string>('home')
|
|||||||
watch(
|
watch(
|
||||||
() => router.currentRoute.value,
|
() => router.currentRoute.value,
|
||||||
(newRoute) => {
|
(newRoute) => {
|
||||||
console.log(newRoute);
|
|
||||||
activeMenuPath.value = newRoute.path
|
activeMenuPath.value = newRoute.path
|
||||||
},
|
},
|
||||||
{ immediate: true }
|
{ immediate: true }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user