Joaquín Sánchez
Joaquín Sánchez
Vuetify components seems to be loaded without defaults, I'm checking if there is a problem with vuetify post plugin in this module and storybook. FYI: I don't see any page...
I don't know why `applyNuxtPlugins` are called after rendering the pages, I just added a breakpoint in the nuxtjs/i18n warning, storybook should review Nuxt 3 integration logic. This module enables...
If you run the dev server, you can see vuetify components imports at the bottom:  Same component in storebook (missing imports): 
The i18n module seems to be fine, so the problem should be in storebook: it seems it is building the project but I have no idea what's doing behind the...
> This module enables treeshaking feature via vuetify vite plugin (there is no way to use all components, you need to add them to `vuetify.vuetifyOptions.components` in the nuxt configuration or...
> I suppose it also happens because nuxt plugin runs too late No, it seems vuetify vite plugin missing from vite plugins.
This plugin should add the imports (a copy/paste from the original): https://github.com/userquin/vuetify-nuxt-module/blob/main/src/vite/vuetify-import-plugin.ts#L25-L49 I'm going to check if being called when running `nr storebook`, and check what's running storebook, the dev...
Using `pnpm dev`: 
Running `pnpm storybook` (missing trace): 
Anyway, there is no entry for Nuxt 3 in the docs, with nuxt modules you can do a lot of things, you have layers, you have module hooks (communication between...