Looking for help with Nuxt 2.17.1 and Vue Dev Tools #2355
Unanswered
iandevlin
asked this question in
Help and Questions
Replies: 0 comments
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,
I'm trying to migrate to Pinia from Vuex and everything seems to work fine except the Vue dev tools, where there is no mention of Pinia anywhere, but the created stores are under "Vuex" and are completely empty.
Specs:
Nuxt: 2.17.1
Pinia: 2.1.6
@pinia/nuxt: 0.4.11
Vue dev tools: 6.5.0
I've added
@pinia/nuxt
under modules in the nuxt.config.js fileand Pinia is loaded via a Nuxt plugin:
The official documentation with regards to Nuxt is a bit unclear (to me anyway) as its not clear whether I really need to use nuxt bridge, and the section "use without bridge" says that the composition api plugin is needed, which doesn't seem necessary to me, as Nuxt 2.17.1 already supports the composition api.
And as I said, functionally, it seems to all work fine, it's just the Vue dev tools that do not.
Does anyone have any suggestions?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions