提交 304af3c8 编写于 作者: M mehaotian

fixed: picke rangeKey 在 h5 中不生效的问题 fix #332

上级 dd631b6d
...@@ -2,13 +2,13 @@ const defaultProps = { ...@@ -2,13 +2,13 @@ const defaultProps = {
visible: false, visible: false,
mode: '', mode: '',
range: [], range: [],
'range-key': '', rangeKey: '',
value: '', value: '',
disabled: false, disabled: false,
start: '', start: '',
end: '', end: '',
fields: 'day', fields: 'day',
'custom-item': '' customItem: ''
} }
export default { export default {
...@@ -47,4 +47,4 @@ export default { ...@@ -47,4 +47,4 @@ export default {
this.showPicker.value = 0 this.showPicker.value = 0
} }
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册