Menu
×
×
Correct!
Exercise:What is the name of the Vue specific component used to animate elements created or removed with v-for?
<@(15) tag="ol">
<li v-for="x in products" :key="x">
{{ x }}
</li>
</@(15)>
<TransitionGroup tag="ol">
<li v-for="x in products" :key="x">
{{ x }}
</li>
</TransitionGroup>
<Transitiongroup tag="ol">
<li v-for="x in products" :key="x">
{{ x }}
</li>
</Transitiongroup>
<transitiongroup tag="ol">
<li v-for="x in products" :key="x">
{{ x }}
</li>
</transitiongroup>
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 54 exercises.
Are you sure you want to continue?