Joaquín Sánchez
Joaquín Sánchez
what needs to be fixed? what's your issue? By the way, I'm still alive :joy:
You can add latest vuetify as a dependency to your app (maybe via resolutions or pnpm.overrides), it should work; only new composables (if any) will not work and will require...
New version will have support for rules. In the meantime, cannot just add a plugin?: ```ts // app/plugins/vuetify-rules.client.ts import type { ValidationRuleBuilderWithoutOptions } from 'vuetify/labs/rules' import { createRulesPlugin } from...
@kingyue737 @mtdvlpr check https://github.com/userquin/vuetify-nuxt-module-nuxt-v4
This pr will be superseded with another one using unimport presets exported by vuetify: the pr in vuetify dev branch and should be released in vuetify 3.8 soon. Check https://github.com/userquin/vuetify-nuxt-3.16-lazy-hydration/pull/3
What's the Nuxt version displayed when you start the dev server? We've a lot of Nuxt 3 versions , from Nuxt 3.0.0 to Nuxt 3.16.2
Check https://nuxt.vuetifyjs.com/guide/i18n.html#i18n-folders (you need to add vuetify messages to your i18n files) Uhmm, looks like you did it, and it is not working: can you provide a minimal reproduction :pray:?
> Does Vuetify 3 expect $vuetify.xxx messages to be available via vue-i18n? You need to add Vuetify messages to i18n, then the module will install a custom vuetify i18n provider...
If you've a custom adapter the plugin cannot do the work for you, the user should add the corresponding logic: changes in this PR does nothing since the configuration is...
uhmm, looks like the problem is about i18n, right?