实现方式:分发 Action
Action 通过 store.dispatch 方法触发:
store.dispatch('increment')
实现方式:分发 Action
Action 通过 store.dispatch 方法触发:
store.dispatch('increment')
相关文章: