流浪のwolf

卷帝

导航

谈一谈 vuex 中的核心属性

1. state 保存数据的位置 ;

2. mutations 唯一修改 state 数据的方式 ;

3. getter 监听 state 数据的变化 ;

4. actions 执行异步代码,通过 commit 提交 mutations ;

5. modules vuex 的模块化 ;

posted on 2022-11-12 21:53  朱龙旭的网络  阅读(46)  评论(0)    收藏  举报