Version
2.3.4
Reproduction link
https://codepen.io/Nirazul/pen/RgGRjm
Steps to reproduce
- Click on the trigger button
- There is only one list visible instead of two
What is expected?
According to the documentation I was expecting that I can use the v-bind object notation to set the key attribute.
What is actually happening?
The list is not rendered when the key attribute is not directly present on the element.
I'm aware that key is a special attribute and that there may be some sort of "hen and egg" problem at work when rendering items in a transition-group.
If the behaviour is intentional, there's maybe some space for improvement in the documentation.