Skip to content

Commit 1ced37d

Browse files
committed
Fix(transition-group): Add relativ url and anchor
1 parent af5bd78 commit 1ced37d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/built-ins/transition-group.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ Now it looks much better - even animating smoothly when the whole list is shuffl
8080

8181
[Full Example](/examples/#list-transition)
8282

83-
### Custom TransitionGroup classes
83+
### Custom TransitionGroup classes {#custom-transitiongroup-classes}
8484

85-
You can also specify custom transition classes for the moving element by passing the `moveClass` prop to `<TransitionGroup>`, just like [custom transition classes on `<Transition>`](https://vuejs.org/guide/built-ins/transition.html#custom-transition-classes).
85+
You can also specify custom transition classes for the moving element by passing the `moveClass` prop to `<TransitionGroup>`, just like [custom transition classes on `<Transition>`](/guide/built-ins/transition.html#custom-transition-classes).
8686

8787
## Staggering List Transitions {#staggering-list-transitions}
8888

0 commit comments

Comments
 (0)