Magnus Nirgi
Magnus Nirgi
I don't even have that command at all. In any of the versions cloned, 2.7 ... 3.0.2. What is going on? I see it in the commits list and diff...
Build and dev mode are slow and got errors in logs when importing Vuetify 3 with Vite-plugin-vuetify
I have the same issue. I have https://my.local.app/_nuxt/%EF%BF%BDplugin-vuetify:components/VIcon/VIcon.sass not working. And many other components URLs broken like that. There seems to be this NULL byte after /_nuxt/ in the URL....
Build and dev mode are slow and got errors in logs when importing Vuetify 3 with Vite-plugin-vuetify
Maybe related to this? https://vitejs.dev/guide/api-plugin.html#virtual-modules-convention I got this from Kael.
Build and dev mode are slow and got errors in logs when importing Vuetify 3 with Vite-plugin-vuetify
@mhfeizi could you share how have you included Vuetify 3 in your Nuxt 3 project? With plugin? But what's in nuxt.config.ts and what's in the plugin file? Because it did...
Build and dev mode are slow and got errors in logs when importing Vuetify 3 with Vite-plugin-vuetify
@mhfeizi thank you. Unfortunately, I still have the same errors in the Browser console and in the terminal. But your answer helped me understand and remove some of the misconfigurations...
Build and dev mode are slow and got errors in logs when importing Vuetify 3 with Vite-plugin-vuetify
Thanks. No clue then why not working for me. I disabled the plugin, but now I of course lack the ability to change vuetify Sass variables/settings per component. :( On...