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
3.2.37
https://github.com/chenyurou/vue-ref-question.git
使用3.2.22版本,$refs取到的值是对象
使用3.2.37版本,$refs取到的值是数组
希望3.2.37版本符合与官方文档描述,希望打印结果是个对象
实际3.2.37版本不符合官方文档描述,打印出来是个数组
No response
The text was updated successfully, but these errors were encountered:
可以参考 这个, 3.2.25 v-for 中的 ref 和 vue2 的表现一样了 新文档里也有提到
需要 v3.2.25 及以上版本
Sorry, something went wrong.
可以参考 这个, 3.2.25 v-for 中的 ref 和 vue2 的表现一样了 新文档里也有提到 需要 v3.2.25 及以上版本
感谢回复!
See @a145789's comment.
请问,是出于什么原因,又改回数组
No branches or pull requests
Vue version
3.2.37
Link to minimal reproduction
https://github.com/chenyurou/vue-ref-question.git
Steps to reproduce
使用3.2.22版本,$refs取到的值是对象


使用3.2.37版本,$refs取到的值是数组


What is expected?
希望3.2.37版本符合与官方文档描述,希望打印结果是个对象

What is actually happening?
实际3.2.37版本不符合官方文档描述,打印出来是个数组
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: