Should we use v-model to modify Vuex store?

前端 未结 5 2066
被撕碎了的回忆
被撕碎了的回忆 2021-02-05 10:50

Hello I am beginner in Vue and I do have a problem that\'s really bugging me. I am wondering should we use v-model directive to modify vuex store? Vuex says that we should modif

5条回答
  •  悲&欢浪女
    2021-02-05 11:29

    Above solution can also implemented with mutations:

    
    
    
    

提交回复
热议问题