0👍
✅
You need to init Vue
with store:
new Vue({
el: '#app',
router,
store: store,
components: { App },
template: '<App/>'
})
Source:stackexchange.com