You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried locally and this works correctly. @07akioni make sure to test locally next time! You can download a zip from codesandbox to make sure the correct versions are used, sometimes there are cache issues on CS
Tried locally and this works correctly. @07akioni make sure to test locally next time! You can download a zip from codesandbox to make sure the correct versions are used, sometimes there are cache issues on CS
You are right, I'm sorry for that. The problem is solved.
Next time I'll test it locally too. Thanks for your advice!
Version
3.0.2
Reproduction link
https://codesandbox.io/s/vue-handlers-bug-zzssi
Steps to reproduce
remove at key(1)
create at key(2)
What is expected?
the inserted item should be placed after key(2)
What is actually happening?
it is placed after key(3)
It can be assumed that
index
is not collected as the dependency of thebutton-group
since when rendering it the value is not accessed.What's more
it works in vue2
https://codesandbox.io/s/vue2-handlers-bug-xcp9j?file=/src/App.vue
The text was updated successfully, but these errors were encountered: