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

chore: navigator animationType default

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