How to auto import vuetify components in nuxt 3 ?
Hello, I'm trying to add auto import for vuetify components in my nuxt 3 project, however, I can't find a working solution.
I've tried to add a
modules/vuetify.ts
file to my project with the following content :
It works well, however, on the server I get the following error :
Does anyone got this to work ?
Thanks1 Reply
Try checking the file extension when filtering the files π
You can also read the docs here, in the Nuxt tab:
https://vuetifyjs.com/en/features/treeshaking/