提交 4129947d 编写于 作者: D DCloud_LXH

chore: navigator animationType default

上级 62e03e6a
......@@ -92,7 +92,8 @@ export default {
type: String,
validator (value) {
return !value || ~ANIMATION_TYPE_IN.concat(ANIMATION_TYPE_OUT).indexOf(value)
}
},
default: ''
},
animationDuration: {
type: [String, Number],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册