We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325341f commit becb4f6Copy full SHA for becb4f6
docs/app/composables/useContentNavigation.ts
@@ -40,7 +40,7 @@ export const useContentNavigation = (navigation: Ref<ContentNavigationItem[] | u
40
if (child.framework && child.framework !== framework.value) {
41
return false
42
}
43
- if (child.module && child.module !== module.value) {
+ if (child.module && child.module !== module.value && !child.path.startsWith('/components')) {
44
45
46
return true
0 commit comments