Vuex的核心組成、版本問題及store.js的使用、 Vuex中存值、取值以及獲取變數值、非同步同步操作和Vuex後臺互動

与f發表於2024-03-30

Vuex的核心組成、版本問題及store.js的使用、 Vuex中存值、取值以及獲取變數值、非同步同步操作和Vuex後臺互動

//store
//初始值
//設定值mutations ---this.$store.commit('setDemoValue方法名', value);
//更新值action --this.$store.dispatch('模組檔名/方法名','');
//獲取值getters---this.$store.getters.方法名

https://blog.csdn.net/weixin_44867717/article/details/124133304

轉 : https://blog.csdn.net/weixin_65211978/article/details/126856245

相關文章