-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
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
$refs #2139
Comments
What is your issue? Provide some more explaination or examples please? |
in vue2 $refs.items is [li#1, li#2, li#3]
in vue3 $refs.items is li#3
|
See #1166 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What problem does this feature solve?
why refs value changed from array(vue2) to single(vue3)
What does the proposed API look like?
why refs value changed from array(vue2) to single(vue3)
The text was updated successfully, but these errors were encountered: