mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
fix: form warning #1076
This commit is contained in:
parent
259f16b145
commit
9734ec0993
@ -193,7 +193,7 @@ function createBaseForm(option = {}, mixins = []) {
|
||||
!(
|
||||
!slotHasProp(fieldElem, valuePropName) &&
|
||||
valuePropName in originalProps &&
|
||||
!(fieldOption && fieldOption.initialValue)
|
||||
!(fieldOption && initialValue in fieldOption)
|
||||
),
|
||||
`${getComponentName(
|
||||
fieldElem.componentOptions,
|
||||
|
Loading…
Reference in New Issue
Block a user