mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(Transition): fix typescript error
This commit is contained in:
parent
32d0495777
commit
03cd984393
@ -13,16 +13,16 @@ export const transition = function(showDefaultValue: boolean) {
|
||||
return Behavior({
|
||||
properties: {
|
||||
customStyle: String,
|
||||
// @ts-ignore
|
||||
show: {
|
||||
type: Boolean,
|
||||
value: showDefaultValue,
|
||||
// @ts-ignore
|
||||
observer: 'observeShow'
|
||||
},
|
||||
// @ts-ignore
|
||||
duration: {
|
||||
type: null,
|
||||
value: 300,
|
||||
// @ts-ignore
|
||||
observer: 'observeDuration'
|
||||
},
|
||||
name: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user