提交 a6e32baa 编写于 作者: Z zhaojunxia

add test cases

Signed-off-by: Nzhaojunxia <zhaojunxia@kaihongdigi.com>
上级 49dfe4b3
......@@ -73,58 +73,39 @@ export default {
typeFillmodeNone : null,
},
onShow(){
this.getCommonPropValues();
this.getSpecialPropValues();
globalThis.value = {
idProp : this.idProp,
classProp : this.classProp,
classPropNone : this.classPropNone,
styleProp : this.styleProp,
refProp : this.refProp,
refPropNone : this.refPropNone,
idProp : this.idProp, classProp : this.classProp,
classPropNone : this.classPropNone, styleProp : this.styleProp,
refProp : this.refProp, refPropNone : this.refPropNone,
disabledPropTrue : this.disabledPropTrue,
disabledPropFalse : this.disabledPropFalse,
disabledPropNone : this.disabledPropNone,
focusablePropTrue : this.focusablePropTrue,
focusablePropFalse : this.focusablePropFalse,
focusablePropNone : this.focusablePropNone,
dataProp : this.dataProp,
dataPropNone : this.dataPropNone,
dataProp : this.dataProp, dataPropNone : this.dataPropNone,
clickEffectPropSmall : this.clickEffectPropSmall,
clickEffectPropMedium : this.clickEffectPropMedium,
clickEffectPropLarge : this.clickEffectPropLarge,
clickEffectPropNone : this.clickEffectPropNone,
dirPropRtl : this.dirPropRtl,
dirPropAuto : this.dirPropAuto,
dirPropLtr : this.dirPropLtr,
dirPropNone : this.dirPropNone,
forPropNull : this.forPropNull,
forPropOne : this.forPropOne,
forPropThree : this.forPropThree,
ifPropTrue : this.ifPropTrue,
showPropTrue : this.showPropTrue,
showPropFalse : this.showPropFalse,
showPropNone : this.showPropNone,
typeImage : this.typeImage,
typeImageNull : this.typeImageNull,
typePredecode2 : this.typePredecode2,
typeIterationInfi : this.typeIterationInfi,
typeIteration3 : this.typeIteration3,
typeReverseNull : this.typeReverseNull,
typeReverseTrue : this.typeReverseTrue,
typeReverseFalse : this.typeReverseFalse,
typeFixedsizeNull : this.typeFixedsizeNull,
typeFixedsizeTrue : this.typeFixedsizeTrue,
typeFixedsizeFalse : this.typeFixedsizeFalse,
typeDurationNull : this.typeDurationNull,
typeDuration3 : this.typeDuration3,
typeDuration6 : this.typeDuration6,
clickEffectPropNone : this.clickEffectPropNone, dirPropRtl : this.dirPropRtl,
dirPropAuto : this.dirPropAuto, dirPropLtr : this.dirPropLtr,
dirPropNone : this.dirPropNone, forPropNull : this.forPropNull,
forPropOne : this.forPropOne, forPropThree : this.forPropThree,
ifPropTrue : this.ifPropTrue, showPropTrue : this.showPropTrue,
showPropFalse : this.showPropFalse, showPropNone : this.showPropNone,
typeImage : this.typeImage, typeImageNull : this.typeImageNull,
typePredecode2 : this.typePredecode2, typeIterationInfi : this.typeIterationInfi,
typeIteration3 : this.typeIteration3, typeReverseNull : this.typeReverseNull,
typeReverseTrue : this.typeReverseTrue, typeReverseFalse : this.typeReverseFalse,
typeFixedsizeNull : this.typeFixedsizeNull, typeFixedsizeTrue : this.typeFixedsizeTrue,
typeFixedsizeFalse : this.typeFixedsizeFalse, typeDurationNull : this.typeDurationNull,
typeDuration3 : this.typeDuration3, typeDuration6 : this.typeDuration6,
typeFillmodeNull : this.typeFillmodeNull,
typeFillmodeForwards : this.typeFillmodeForwards,
typeFillmodeNone : this.typeFillmodeNone,
typeFillmodeForwards : this.typeFillmodeForwards, typeFillmodeNone : this.typeFillmodeNone,
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册