Skip to content

Commit ac301ca

Browse files
committed
chore: update return statement
1 parent cf12d7f commit ac301ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ function normalizeComponents (components: NuxtConfig['components'], isBase?: boo
106106
component.level = (component.level || 0) + (isBase ? 1 : 0)
107107
}
108108

109-
return components
109+
return componentsArr
110110
}

0 commit comments

Comments
 (0)