Skip to content

Commit 62331a1

Browse files
termosakazupon
authored andcommitted
Remove unnecessary class attribute in example (vuejs#742)
1 parent 256aab6 commit 62331a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/transitions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ new Vue({
975975
では、シンプルな例をみていきましょう。これまでに使っていたものと同じ CSS クラスを entering と leaving のトランジションで使います:
976976

977977
``` html
978-
<div id="list-demo" class="demo">
978+
<div id="list-demo">
979979
<button v-on:click="add">Add</button>
980980
<button v-on:click="remove">Remove</button>
981981
<transition-group name="list" tag="p">

0 commit comments

Comments
 (0)