1. 关于vuex4store/index.js文件:
调用createStore创建仓库,它里面传入的是一个对象;
createStore会接收一个泛型,
// 先引入:
import { createStore }
2022-10-23