mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
docs(app): display components in search
This commit is contained in:
@@ -40,7 +40,7 @@ export const useContentNavigation = (navigation: Ref<ContentNavigationItem[] | u
|
||||
if (child.framework && child.framework !== framework.value) {
|
||||
return false
|
||||
}
|
||||
if (child.module && child.module !== module.value) {
|
||||
if (child.module && child.module !== module.value && !child.path.startsWith('/components')) {
|
||||
return false
|
||||
}
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user