phy-lei / tarojs-plugin-solid

使用solidjs开发小程序🤖
MIT License
19 stars 0 forks source link

不能编译动态的html标签 #6

Closed phy-lei closed 8 months ago

phy-lei commented 8 months ago

What platform are you using?

weapp

What version are you using?

1.1.4

Describe the bug

<view>{show() ? <button>add</button> : <text>hello</text>}</view>

当show初始是false时,正常编译了text,但是当shou响应式置为true时,并没有编译button

Console Logs

No response

Participation

phy-lei commented 8 months ago

babel的插件收集的小程序运用的组件的位置问题,导致不能收集动态的element,已修复