如何正确监听一个对象数组中某项的map数组里的每一项 #8453
Unanswered
yakabito
asked this question in
Help/Questions
Replies: 1 comment
-
|
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.
-
我有这样一个对象数组

它可能会经过一些筛选

我以筛选后的

filterSelectorGroup
来渲染一段template现在我想要监听
<el-select v-model="item.value">
所有的每一项 value 的变化,并且给他们安排几乎没区别(例如提取变化的value所在对象的type)的 watch callback ...我应该怎么做?
Beta Was this translation helpful? Give feedback.
All reactions