We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af0c19 commit de050e6Copy full SHA for de050e6
src/v2/guide/transitions.md
@@ -983,7 +983,7 @@ So what about for when we have a whole list of items we want to render simultane
983
Now let's dive into a simple example, transitioning entering and leaving using the same CSS classes we've used previously:
984
985
``` html
986
-<div id="list-demo" class="demo">
+<div id="list-demo">
987
<button v-on:click="add">Add</button>
988
<button v-on:click="remove">Remove</button>
989
<transition-group name="list" tag="p">
0 commit comments