schema没有重新渲染 #4159
Unanswered
AstraeusSEA
asked this question in
Q&A [2.x]
schema没有重新渲染
#4159
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
前提 vue3+@formily/antdv-x3
例如一段 JSON Schema
{
"type": "object",
"properties": {
"input": {
"type": "string",
"title": "输入框",
"x-decorator": "FormItem",
"x-component": "Input",
"default": "safasf"
},
}
}
我改变里面的default默认值,数据已经监听到改变了,但页面没有渲染出来,
如果同时把input改成input1页面是可以重新渲染的,改回input又会变成之前的default值
新增一个也是可以渲染出来的,
Beta Was this translation helpful? Give feedback.
All reactions