Closed phy-lei closed 8 months ago
weapp
1.1.4
<view>{show() ? <button>add</button> : <text>hello</text>}</view>
当show初始是false时,正常编译了text,但是当shou响应式置为true时,并没有编译button
No response
babel的插件收集的小程序运用的组件的位置问题,导致不能收集动态的element,已修复
What platform are you using?
weapp
What version are you using?
1.1.4
Describe the bug
当show初始是false时,正常编译了text,但是当shou响应式置为true时,并没有编译button
Console Logs
No response
Participation