[Vuejs]-Vue js : Error in created hook: "TypeError: Cannot read property 'dispatch' of undefined"

0๐Ÿ‘

โœ…

I needed to correct this from import { store } from './store/store.js'; to import store from './store/store.js';

Leave a comment