You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Vue CLI, and I also tried with the unofficial plugin as described in the docs but without success (do I have to do something more than just yarn add it ?)
Also might be worth mentioning I had this problem and fixed it as described here, even though I have to say I may not grasp completely what's happening here.
I have to say I found nothing about this and don't know where to search anymore. Maybe I'm not seeing something obvious, but I'll really appreciate some help
The text was updated successfully, but these errors were encountered:
Hi! I can't seem to run Pinia at all with Vue3, I get a browser console error at createPinia.
Here's my
app.js
(actually this is not my real
app.js
but I removed everything else to keep it as simple as possible here)And my
dependencies
:I am using Vue CLI, and I also tried with the unofficial plugin as described in the docs but without success (do I have to do something more than just yarn add it ?)
Also might be worth mentioning I had this problem and fixed it as described here, even though I have to say I may not grasp completely what's happening here.
I have to say I found nothing about this and don't know where to search anymore. Maybe I'm not seeing something obvious, but I'll really appreciate some help
The text was updated successfully, but these errors were encountered: