chore: default transition css prop to true
This commit is contained in:
parent
6d254da532
commit
22957436e8
@ -41,9 +41,10 @@ export const TransitionPropsValidators = {
|
|||||||
...(BaseTransition as any).props,
|
...(BaseTransition as any).props,
|
||||||
name: String,
|
name: String,
|
||||||
type: String,
|
type: String,
|
||||||
// Cannot use Boolean otherwise it will be force casted to false when
|
css: {
|
||||||
// omitted
|
type: Boolean,
|
||||||
css: null,
|
default: true
|
||||||
|
},
|
||||||
duration: Object,
|
duration: Object,
|
||||||
enterFromClass: String,
|
enterFromClass: String,
|
||||||
enterActiveClass: String,
|
enterActiveClass: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user