Skip to content

Commit

Permalink
fixed: picke rangeKey 在 h5 中不生效的问题 fix dcloudio#332
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaotian committed Apr 23, 2019
1 parent dd631b6 commit 304af3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/platforms/h5/components/app/popup/mixins/picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ const defaultProps = {
visible: false,
mode: '',
range: [],
'range-key': '',
rangeKey: '',
value: '',
disabled: false,
start: '',
end: '',
fields: 'day',
'custom-item': ''
customItem: ''
}

export default {
Expand Down Expand Up @@ -47,4 +47,4 @@ export default {
this.showPicker.value = 0
}
}
}
}

0 comments on commit 304af3c

Please sign in to comment.