1、store.commit({'type':'mutation','parameter':'value'});
store.dispatch('action');
2、获取state保存的值
store.state.state
2024-02-02 21:09:16
1、store.commit({'type':'mutation','parameter':'value'});
store.dispatch('action');
2、获取state保存的值
store.state.state
下一篇:mysql-索引与优化