-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
嵌套使用同一个组件,子组件的props会丢失(编译模板错误) #1551
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
CC @yuche |
base 换个名字就可以了 |
类似的问题, 自己封装了一个地图组件, 传入的参数只剩一个
在MyMap的任何生命周期打印this.props 都是一个只有 编译好的wxml如下所示:
|
打印是没用的,你要用到那个函数才会有值,具体看文档 |
@yuche https://nervjs.github.io/taro/docs/props.html 文档看不到有说明 |
问题描述
封装一个组件为Base,Base组件会根据type显示不同的组件,做到动态组件的效果。
嵌套使用Base组件,仅type值不一样,编译出的模板里面将只有一个Base。
复现步骤
微信小程序当中只能看到0,Row的插槽没有显示。若写成同级,Base组件将正常显示对应的type组件。
期望行为
能否修复这个问题,或者给出更好的动态组件方案?
报错信息
无报错
系统信息
补充信息
仅测试微信小程序,编译出的模板如下
手动调整模板后,微信小程序可正常显示
The text was updated successfully, but these errors were encountered: