vuex

store.dispatch 可以处理被触发的action的处理函数返回的promise,
return Promise.resolve(xxx)
 
并且 store.dispatch 中的方法返回的是一个Promise对象

this.$store.dispatch('').then(res => {}).catch(error => {})



// 注意: .then .catch中return返回的任何值都是Promise对象

  

posted @ 2020-12-17 14:39  糖锡  阅读(76)  评论(0)    收藏  举报