Behon Baker

Results 140 comments of Behon Baker

> 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....

@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...

> @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...

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

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