Replies: 1 comment
-
|
t-select 多选时,v-model 必须绑定 ref([]),而不能绑定 reactive({ arr: [] }) 里的数组 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在vue3中,为什么t-select在设置为多选时,v-model绑定一个使用reactive声明的数组时,做不到响应式处理,替换为ref声明的数组就可以了?
Beta Was this translation helpful? Give feedback.
All reactions