Skip to content

$refs might contain values in incorrect order when using with template #11903

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

Closed
vbarbarosh opened this issue Feb 7, 2021 · 1 comment
Closed

Comments

@vbarbarosh
Copy link

Version

2.6.11

Reproduction link

https://codepen.io/vb-bannernow/pen/LYbNrqL

Steps to reproduce

Just open a codepen and click on a silver area.

What is expected?

[ "1", "1.5", "2", "3" ]

What is actually happening?

[ "1", "1.5", "3", "2" ]

@posva
Copy link
Member

posva commented Feb 7, 2021

See #4952 (comment)

@posva posva closed this as completed Feb 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants