Built-in components
<KeepAlive> |
Remembers the state of non-active dynamic components |
<Teleport> |
Moves an element to another place in the DOM structure |
<Transition> |
Animates an element as it is removed from, or added to, our application with v-if or v-show, or with dynamic components. |
<TransitionGroup> |
Animates elements that are added to our page with v-for |
Comments
Related