store.dispatch('xxx') 分发action,或者使用 mapActions 辅助函数将组件的methods 映射为 store.dispatch 调用(需要先在根节点注入 store ):.
確定! 回上一頁