BillBie

导航

2022年5月9日 #

vuex 中异步请求和同步请求更改store

摘要: 同步请求使用:mutations mutations: { increment(state){ state.counter++ }, incrementcounter(state,count){ state.counter+=count }, addper(state,student){ state 阅读全文

posted @ 2022-05-09 21:57 BillBie 阅读(796) 评论(0) 推荐(0) 编辑