Skip to content

Commit b32e28e

Browse files
authored
Added transition mode default
According to the TypeScript interface [here](https://github.com/vuejs/core/blob/main/packages/runtime-core/src/components/BaseTransition.ts#L24) the default mode is `default`. This was missing from the docs.
1 parent 520e4e8 commit b32e28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/built-in-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Provides animated transition effects to a **single** element or component.
5555
* Controls the timing sequence of leaving/entering transitions.
5656
* Default behavior is simultaneous.
5757
*/
58-
mode?: 'in-out' | 'out-in'
58+
mode?: 'in-out' | 'out-in' | 'default'
5959
/**
6060
* Whether to apply transition on initial render.
6161
* Default: false

0 commit comments

Comments
 (0)