miniprogram-simulate
miniprogram-simulate copied to clipboard
组件嵌套组件时,内部组件没有渲染
u-icon 组件没有渲染
@JuneAndGreen 我也有这个问题, 这是我的issue, 还没解决就被关了 https://github.com/wechat-miniprogram/miniprogram-simulate/issues/65
这是我的复现repo https://github.com/chenzhutian/miniprogram-simulate-minimal
我的解决了, 因为typo
我的解决了, 因为typo
怎么解决的啊,我在自定义组件里usingComponents用绝对路径引入其他组件,就会有问题
我的解决了, 因为typo
怎么解决的啊,我在自定义组件里usingComponents用绝对路径引入其他组件,就会有问题
@chenzhutian
@fangxxiaoming 看看你的 rootPath 配置,有引用组件的要注意所有组件都在这个 rootPath 底下才能读到并进行编译:https://github.com/wechat-miniprogram/miniprogram-simulate/blob/master/docs/api.md#options