Vuex提供数据(state)来驱动视图(vue components),通过dispath派发actions,在其中可以做一些异步的操作,然后通过commit来提交mutations,最后mutations来更改state。
标签:谈一谈,mutations,视图,state,运行机制,vuex From: https://www.cnblogs.com/zhulongxu/p/16884776.html
Vuex提供数据(state)来驱动视图(vue components),通过dispath派发actions,在其中可以做一些异步的操作,然后通过commit来提交mutations,最后mutations来更改state。
标签:谈一谈,mutations,视图,state,运行机制,vuex From: https://www.cnblogs.com/zhulongxu/p/16884776.html