fix(theme): isActive function match fail
This commit is contained in:
parent
0d0db5f14f
commit
520a70fc3f
@ -119,6 +119,7 @@ export function useSidebarControl(item: ComputedRef<NotesSidebarItem>) {
|
||||
})
|
||||
|
||||
const isActiveLink = computed(() => {
|
||||
console.log('pl:', page.value.path, ' il:', item.value.link)
|
||||
return isActive(page.value.path, item.value.link)
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user