Vue 3 v-model not updating when value changes

后端 未结 0 2034
忘掉有多难
忘掉有多难 2020-12-08 03:19

I use Vue 3 with a global store with inject/provide. It looks like below (simplified).

Global store

const state = reactive({
  ages: [0,1,2,3] // Pop         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题