设计器初始化组件的时候,没有带上右边配置栏的组件属性 #182
Unanswered
sds1037681793
asked this question in
Q&A
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.
-
mockData: {
type: 'boolean',
'x-decorator': 'FormItem',
'x-component': 'Switch',
'x-component-props': {
defaultChecked: true,
},
},
第一次组件渲染的props里没有接到mockData。 改变状态后,可以拿到最新的mockData
Beta Was this translation helpful? Give feedback.
All reactions