update
This commit is contained in:
parent
96d8550cfe
commit
ecce46ea3e
@ -113,8 +113,6 @@ const onQueryChange = (value: string) => {
|
||||
return
|
||||
}
|
||||
query.value = value
|
||||
const data = extractLeafRoutes(routes, '').filter((item: RouteRecordRaw) => item.path.includes('home/') && item.name?.toString().includes(value))
|
||||
console.log(data)
|
||||
}, 300);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user