📅  最后修改于: 2022-03-11 14:57:12.009000             🧑  作者: Mango
You've installed the Vuex version 3.x by running with:
npm install --save vuex
you should uninstall it with :
npm uninstall --save vuex
then install the version 4 which is compatible with vue 3
by running the following command :
npm install --save vuex@next