2👍
✅
Looks like you are using two different instances of Vue. In main.js
you are importing vue
but in src/store/index.js
you are importing vue/dist/vue.common.js
and telling each one to use Vuex. Try using vue
for both imports.
Source:stackexchange.com