
Description
I'm working my way though the Transitions and Animations documentation, and I have a hunch that there is a missing class in the list-complete example CSS under this section here: https://github.com/vuejs/vuejs.org/blob/master/src/v2/guide/transitions.md#list-move-transitions
This section discusses the v-move class and shows an example using transition-class-name-move and then it supposedly shows an example of combining that feature with the ongoing list examples, but I don't see the v-move class being used anywhere.
Not sure if I'm misunderstanding something here or it wasn't shown in the CSS for this example?
Furthermore, I installed Vue Dev tools to see if I could have a look at the classes set for this element. The transition classes are all undefined: enterClass, leaveToClass, moveClass, etc. I assume this may just mean the associated attributes weren't set on the transitionGroup element, but I am not sure. If someone could confirm with me that I shouldn't see the CSS classes set here just to make sure I understand clearly that would be super appreciated.
Regards,
Chris