We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.3.16
macOS 10.14.5, Chrome 75.0.3770.100, Vue 2.6.10
https://github.com/vueComponent/ant-design-vue/blob/master/components/vc-form/src/createBaseForm.jsx
自定义表单组件使用 v-decorator 时 添加 initialValue 报错,组件渲染失败
组件正常渲染
提示 ReferenceError: initialValue is not defined,组件无法渲染
The text was updated successfully, but these errors were encountered:
请提供复现,谢谢
Sorry, something went wrong.
fix:自定义表单组件异常 ReferenceError: initialValue is not defined vueComponen…
5d4acd2
…t#1190
value props不能设置默认值
@sendya 我也遇到这个问题,原来这里的代码感觉有问题 initialValue 这里确实没有定义,如果v-decorator中有option,则就会执行到这里,然后报这个错,这是一个break bugs,希望能尽快修复
update to v1.4.1
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
1.3.16
Environment
macOS 10.14.5, Chrome 75.0.3770.100, Vue 2.6.10
Reproduction link
https://github.com/vueComponent/ant-design-vue/blob/master/components/vc-form/src/createBaseForm.jsx
Steps to reproduce
自定义表单组件使用 v-decorator 时 添加 initialValue 报错,组件渲染失败
What is expected?
组件正常渲染
What is actually happening?
提示 ReferenceError: initialValue is not defined,组件无法渲染
The text was updated successfully, but these errors were encountered: