store vuex存放创建user.js export const state = () => ({ counter: 0 }) export const mutations = { increment (state) { state.counter++ } } 编辑index.vue 运行.
確定! 回上一頁