-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
能详细说一下自定义组件的流程吗? #2
Comments
能说的详细一点吗 这是我写的上传组件, 确实没明白所说的事件发射. |
主要是父传子, 子传父这块,文档实在没看明白, 文档就写了个封装, |
咱这个项目 有交流的方式吗? |
新做个了组件 图片上传 ImageUpload 已经注册, 不知道在自定义组件里 怎么获取 原来的value 值, 另外得到上传后的路径后,怎么修改这个value 值 |
我觉得你可以用下插槽会不会更好点。 |
@kailong321200875 能不能解释下插槽的具体用法 现在返回数据后, 希望能在表单上显示错误, 看文档有插槽, 但不知道具体用法,能不能解释下 |
@laojiangshi 不是有表单验证吗,只要的返回数据跟表单验证有冲突的话,就会自动显示错误信息了不是吗 |
2.使用自定义组件ImageCode时:
|
我按文档注册了组件, 做一个上传的功能. 但不知道怎么把得到的路径返回父级.
The text was updated successfully, but these errors were encountered: