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(
|
||||
() => router.currentRoute.value,
|
||||
(newRoute) => {
|
||||
console.log(newRoute);
|
||||
activeMenuPath.value = newRoute.path
|
||||
},
|
||||
{ immediate: true }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user