📌  相关文章
📜  “在'vuex'中找不到导出'createStore' - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:12.009000             🧑  作者: Mango

代码示例3
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