Vue2 中vuex和store基本用法——取值之this.$store.getters.getValue & 修改值之this.$store.commit(‘setValue‘, paramVal)

张闲生 / 2023-09-05 / 原文

 

 

 

 

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

 项目实例: