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
https://github.com/jackiotyu/uni-v-for-demo
v-for中使用方法处理数据后,编译到微信小程序时wx:key绑定的字段不对,数据绑定到$orig后,原key字段已经拿不到数据了
The text was updated successfully, but these errors were encountered:
感谢反馈,这个是 vue2 的一个逻辑,当 v-for 内容有复杂逻辑时候会进行 $orgi 的处理,你 demo 中的 data-name 用到了一个函数表达式,触发了这一点。在 vue3 中不会产生这个问题。
Sorry, something went wrong.
Otto-J
No branches or pull requests
https://github.com/jackiotyu/uni-v-for-demo
v-for中使用方法处理数据后,编译到微信小程序时wx:key绑定的字段不对,数据绑定到$orig后,原key字段已经拿不到数据了
The text was updated successfully, but these errors were encountered: