Vuex 改变 state
摘要:./store/state.js export default { count: 3, name: '李雷', } ./store/mutations.js export default { INCREMENT(state) { state.count++ }, } ./App.vue <templ
阅读全文
posted @ 2021-09-10 09:37
posted @ 2021-09-10 09:37
posted @ 2021-09-09 10:53
posted @ 2021-09-09 10:19