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
undefined
mac Os catalina 10.15.4/ chrome 80.0.3987.149 (正式版本) (64 位)/ vue 2.5.17
参见重现链接 在components/search.js中 如果 使用 Form.create({})(Search) 则render时打印this.$slots对象为空 如果 不使用Form.cretae()则能正常打印this.$slots并渲染slots中的内容
使用Form.create修饰时能正常的传递自定义的slots
使用Form.create修饰时不能传递自定义slots
The text was updated successfully, but these errors were encountered:
先使用 createForm 吧
Sorry, something went wrong.
fix: form.create lose slots #1998
3d3884b
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
undefined
Environment
mac Os catalina 10.15.4/ chrome 80.0.3987.149 (正式版本) (64 位)/ vue 2.5.17
Reproduction link
Steps to reproduce
参见重现链接
在components/search.js中
如果 使用 Form.create({})(Search) 则render时打印this.$slots对象为空
如果 不使用Form.cretae()则能正常打印this.$slots并渲染slots中的内容
What is expected?
使用Form.create修饰时能正常的传递自定义的slots
What is actually happening?
使用Form.create修饰时不能传递自定义slots
The text was updated successfully, but these errors were encountered: