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,
|
||||
name: String,
|
||||
type: String,
|
||||
// Cannot use Boolean otherwise it will be force casted to false when
|
||||
// omitted
|
||||
css: null,
|
||||
css: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
duration: Object,
|
||||
enterFromClass: String,
|
||||
enterActiveClass: String,
|
||||
|
Loading…
Reference in New Issue
Block a user