Skip to content

Commit f67a770

Browse files
docs: update custom transition example (#2069)
1 parent 6f160b9 commit f67a770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/guide/advanced/transitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const routes = [
3838

3939
```vue-html
4040
<router-view v-slot="{ Component, route }">
41-
<!-- Use any custom transition and to `fade` -->
41+
<!-- Use a custom transition or fallback to `fade` -->
4242
<transition :name="route.meta.transition || 'fade'">
4343
<component :is="Component" />
4444
</transition>

0 commit comments

Comments
 (0)