Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 3a28235

Browse files
committed
chore(nuxt): fix internal icons registration
1 parent bd321c4 commit 3a28235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/chakra-ui-nuxt/lib/module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = function (moduleOptions) {
3939

4040
// Icons
4141
const icons = {
42-
...internalIcons.default,
42+
...internalIcons,
4343
...packIcons,
4444
...(options.icons && options.icons.extend)
4545
}

0 commit comments

Comments
 (0)