vuetify-loader
vuetify-loader copied to clipboard
[Vite & Nuxt] Vuetify plugin must be loaded after the vue plugin
Hi, after updating this plugin from @vuetify/[email protected] to [email protected], it throws error message when starting Nuxt.
ERROR Cannot start nuxt: Vuetify plugin must be loaded after the vue plugin
I did add the configResolved setting in nuxt.config.ts according to this example code.
Reproduce link: https://codesandbox.io/s/dawn-sound-rtl8ig?file=/nuxt.config.ts:314-771
https://github.com/nuxt/framework/discussions/1183#discussioncomment-1997354
I am facing the same without nuxt 🤔

I am at latest alpha ~16~ 14
vue 3.2.38, vuetify 3.0.0-beta.10 and vite-plugin-vuetify 1.0.0-alpha.15, same issue.
A workaround: comment out the three lines of code that throw the error.

Upgrading to alpha 16 resolves the issue for me
vue 3.2.38 has issue with avatar rendering, aren't you facing this: https://github.com/vuejs/core/issues/6573
Upgrading to alpha 16 resolves the issue for me
Also works for me
@brownsugar A nuxt example has been added on https://next.vuetifyjs.com/en/features/treeshaking/
@​everyone else #267