vue vuex 提交 this.$store.commit({type: 'setSelectPro', selectPro: this.productId});

1、store.commit({'type':'mutation','parameter':'value'});

store.dispatch('action');

2、获取state保存的值

store.state.state

上一篇:FFT理解


下一篇:mysql-索引与优化