Joaquín Sánchez

Results 1398 comments of 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: ![imagen](https://github.com/userquin/vuetify-nuxt-module/assets/6311119/cf537601-10d1-49e2-9943-3ca6e1e4eade) Same component in storebook (missing imports): ![imagen](https://github.com/userquin/vuetify-nuxt-module/assets/6311119/f1bf3b0e-867c-4e9f-877f-5ea92c51dd69)

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`: ![imagen](https://github.com/userquin/vuetify-nuxt-module/assets/6311119/5393e1d7-1c07-4074-a6ce-f4937141dc01)

Running `pnpm storybook` (missing trace): ![imagen](https://github.com/userquin/vuetify-nuxt-module/assets/6311119/2fee2b63-c7c9-48fa-9db8-95e1e6935d14)

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...