Closed priverop closed 1 year ago
Right now this package doesn't work on Nuxt 3 as it doesn't auto-import components from modules.
Is there a workaround for it? Should I open an issue on the nuxt framework project?
Got the fix for it.
In nuxt.config.js you need to define:
components: { global: true, dirs: [ "~/components", "node_modules/awesome-ui/components", ], },
Right now this package doesn't work on Nuxt 3 as it doesn't auto-import components from modules.
Is there a workaround for it? Should I open an issue on the nuxt framework project?