jsonSchema被动模式下$deps有值但$deps[0]为空 #1726
Answered
by
MisicDemone
a1945472906
asked this question in
Q&A [2.x]
-
https://codesandbox.io/s/jjgwm?file=/src/components/test.vue 下拉选择checked_true后 可以看到$deps是有值的 但这里如果改成$deps[0]就为空了 |
Beta Was this translation helpful? Give feedback.
Answered by
MisicDemone
Jul 7, 2021
Replies: 1 comment 1 reply
Answer selected by
a1945472906
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
不响应的原因是你没有watch prop的变更。