You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/transitions-enterleave.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Vue は、DOM からアイテムが追加、更新、削除されたときにト
7
7
- トランジションフックが実行されている間、JavaScript を使って直接 DOM 操作を行います。
8
8
- サードパーティの JavaScript アニメーションライブラリと連携します。
9
9
10
-
On this page, we'll only cover entering, leaving, and list transitions, but you can see the next section for [managing state transitions](transitions-state.html).
0 commit comments