We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前有js和style的增强,那么是否考虑下template的增强?比如非常实用的双向绑定。例如wx:model="someValue"=value="{{somevalue}}" bind:input="onInput"这样的辅助写法。
wx:model="someValue"
value="{{somevalue}}" bind:input="onInput"
The text was updated successfully, but these errors were encountered:
tina主要还是为了更接近原生吧 用够wepy1.0,觉得双向绑定虽然开发上方便了,不用整天this.setData,但对于小程序来说性能消耗比较,不大适合 @erguotou520
Sorry, something went wrong.
可以增加支持,毕竟只是个语法糖,如果对性能有要求,可以拆开写
No branches or pull requests
目前有js和style的增强,那么是否考虑下template的增强?比如非常实用的双向绑定。例如
wx:model="someValue"
=value="{{somevalue}}" bind:input="onInput"
这样的辅助写法。The text was updated successfully, but these errors were encountered: