vuetify-nuxt-module icon indicating copy to clipboard operation
vuetify-nuxt-module copied to clipboard

vuetify+nuxt+vue-macros combination of components has stopped working

Open AndreyKindin opened this issue 1 year ago • 6 comments

Hello, recently, the combination of vuetify+nuxt(-module)+vue-macros stopped working. If I remove Vue macros from the module, it seems to work. I'm not sure if I'm in the right place with the bug, but maybe just as a heads up that the bug exists. Here is the Stackblitz for it: https://stackblitz.com/edit/nuxt-starter-5xyynj?file=nuxt.config.ts

P.S.: If I try to implement the whole thing without the vuetify-nuxt-module, but rather via the plugin, I get the error: Cannot start nuxt: Vuetify plugin must be loaded after the vue plugin

at configResolved (node_modules/vite-plugin-vuetify/dist/index.cjs:29:15) at node_modules/vite/dist/node/chunks/dep-BaOMuo4I.js:66327:67 at Array.map () at resolveConfig (node_modules/vite/dist/node/chunks/dep-BaOMuo4I.js:66327:53) at async _createServer (node_modules/vite/dist/node/chunks/dep-BaOMuo4I.js:62687:18) at async buildClient (node_modules/@nuxt/vite-builder/dist/shared/vite-builder.CMaRZVaO.mjs:745:24) at async withLogs (node_modules/@nuxt/vite-builder/dist/shared/vite-builder.CMaRZVaO.mjs:1835:3) at async bundle (node_modules/@nuxt/vite-builder/dist/shared/vite-builder.CMaRZVaO.mjs:1826:3) at async bundle (node_modules/nuxt/dist/index.mjs:5888:5) at async build (node_modules/nuxt/dist/index.mjs:5763:3)

AndreyKindin avatar Sep 11 '24 14:09 AndreyKindin