Skip to content

Commit 8a0a02b

Browse files
committed
chore: Fix translation leakage
1 parent 427b035 commit 8a0a02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/transitions-enterleave.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Vue は、DOM からアイテムが追加、更新、削除されたときにト
77
- トランジションフックが実行されている間、JavaScript を使って直接 DOM 操作を行います。
88
- サードパーティの JavaScript アニメーションライブラリと連携します。
99

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).
10+
このページでは、entering/leaving とリストのトランジションについてのみ取り扱いますが、次の章では、[状態のトランジション](transitions-state.html) について扱います。
1111

1212
## 単一要素/コンポーネントのトランジション
1313

0 commit comments

Comments
 (0)