mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 14:39:21 +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…
Reference in New Issue
Block a user