Skip to content

Commit de050e6

Browse files
termosachrisvfritz
authored andcommitted
Remove unnecessary class attribute in example (#742)
1 parent 1af0c19 commit de050e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/transitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ So what about for when we have a whole list of items we want to render simultane
983983
Now let's dive into a simple example, transitioning entering and leaving using the same CSS classes we've used previously:
984984

985985
``` html
986-
<div id="list-demo" class="demo">
986+
<div id="list-demo">
987987
<button v-on:click="add">Add</button>
988988
<button v-on:click="remove">Remove</button>
989989
<transition-group name="list" tag="p">

0 commit comments

Comments
 (0)