We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf12d7f commit ac301caCopy full SHA for ac301ca
src/index.ts
@@ -106,5 +106,5 @@ function normalizeComponents (components: NuxtConfig['components'], isBase?: boo
106
component.level = (component.level || 0) + (isBase ? 1 : 0)
107
}
108
109
- return components
+ return componentsArr
110
0 commit comments