Behon Baker
Behon Baker
Build and dev mode are slow and got errors in logs when importing Vuetify 3 with Vite-plugin-vuetify
> False alarm.. This actually worked! It did not work initially because @mhfeizi wrote the folder name wrong.. instead of `server/pluigns/vuetify-fix.ts` , it should be `server/plugins/vuetify-fix.ts`. Plugins was spelt wrong....
Build and dev mode are slow and got errors in logs when importing Vuetify 3 with Vite-plugin-vuetify
@ItsMeDelanoDev here is the link to the repo with the customized variables working: https://github.com/BayBreezy/vuetify3-nuxt3-sass-customized I also hosted it on Netlify with no trouble: https://v3customized.behonbaker.com/ Again, thanks @mhfeizi - That plugin...
Build and dev mode are slow and got errors in logs when importing Vuetify 3 with Vite-plugin-vuetify
> @BayBreezy I'm trying your solution but I'm not getting the variables applied in the application! do you have an idea why this happens ? > > Here is my...
Build and dev mode are slow and got errors in logs when importing Vuetify 3 with Vite-plugin-vuetify
Ohhhhhhhhh.. Ouch.. i have never used PNPM.. I really don't know how to help you fix that.. The PNPM experts would have to take a look at that
Build and dev mode are slow and got errors in logs when importing Vuetify 3 with Vite-plugin-vuetify
Hey @danielroe , repo outlining the original issue posted by @alexMugen ? Or the PNPM one?
Was having the same issue. What worked for me was installing pinia by force lol ```bash npm i pinia --force ```
> When installing Remove :appearance="appearance" as it is throwing an error `Uncaught DOMException: Failed to execute 'postMessage' on 'Window': # could not be cloned.` > > Use this instead >...
> @BayBreezy > > I get the same error when I use > > ```javascript > const editor = ref(null); > ``` > > for the v-model. If I use...
I found a fix.. just assign an editorId to the component... @9uenther
Will re-create a repo and share it soon