[Vuejs]-Uncaught Error: [vuex] actions should be function but "actions.__esModule" is true

0👍

I got same problem and solved it by editing package.json to change the version of vuex to fixed 2.3.0. Maybe something went wrong in version 2.4.0.

Leave a comment