We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f160b9 commit f67a770Copy full SHA for f67a770
packages/docs/guide/advanced/transitions.md
@@ -38,7 +38,7 @@ const routes = [
38
39
```vue-html
40
<router-view v-slot="{ Component, route }">
41
- <!-- Use any custom transition and to `fade` -->
+ <!-- Use a custom transition or fallback to `fade` -->
42
<transition :name="route.meta.transition || 'fade'">
43
<component :is="Component" />
44
</transition>
0 commit comments