1.分发 Action:Action 通过 this.$store.dispatch("xxxx");方法触发

vuex-----actions属性

       2. Actions 类似于 mutation但是Actions 提交的是 mutation,而不是直接变更状    态 (数  据)Actions 可以异步操作。

vuex-----actions属性

相关文章: