nuxt 2 - [Vue warn]: Injection "Symbol(pinia)" not found #1464
Unanswered
ezur1
asked this question in
Help and Questions
Replies: 1 comment
-
replacing pinia to use version "^2.0.14" and @pinia/nuxt to use version "^0.1.9" fixed the issue and help me get rid of the plugin! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!

Im trying to add Pinia to my project, currently using VueX with nuxt 2 but I'm getting this Vue warn:
[Vue warn]: Injection "Symbol(pinia)" not found.
i have alrady :
2.built the store
3.created a plugin to create pinia and made Vue to use it + included it in nuxt.config plugins
Using it here and it works but this error keeps coming up

please help, thanks!
Beta Was this translation helpful? Give feedback.
All reactions