Mix Pina and Vuex 3.6 in Vue 2.6 project via npm package #1676
Unanswered
praful-hunde
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.
-
My goal is to create a Vue 2.6 component library, which will be delivered via npm package.
The target project where the component will be used has dependencies as below.
"vuex": "^3.6.2",
"vue": "^2.6.14",
"devDependencies":{
"@vue/cli-service": "~5.0.4",
}
The official document mentions In Vue 2, Pinia uses the existing interface for Vuex (and can therefore not be used alongside it).
Does this apply even if the component using Pinia is delivered via an npm package and not part of the same Vue 2 project using vuex?
Beta Was this translation helpful? Give feedback.
All reactions