Skip to content

Commit 3f699df

Browse files
authored
Update transitions-enterleave.md (#797)
1 parent 5b9060a commit 3f699df

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 provides a variety of ways to apply transition effects when items are insert
77
- use JavaScript to directly manipulate the DOM during transition hooks
88
- integrate 3rd-party JavaScript animation libraries
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+
On this page, we'll only cover entering, and leaving, but you can see the next sections for [list transitions](transitions-list.html) and [managing state transitions](transitions-state.html).
1111

1212
## Transitioning Single Elements/Components
1313

0 commit comments

Comments
 (0)