Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Nov 7, 2019
1 parent 111d7e4 commit 059cd1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/calendar/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ class Demo extends React.Component {
this.state = {
visible: false,
multiple: true,
defaultValue: ['2019-10-12', '2019-10-18'],
defaultValue: ['2019-10-11', '2019-10-17'],
value: '',
min: '2019-9-12',
max: '2019-10-30',
max: '2019-11-11',
dateRender: date => {
if (/(0|6)/.test(date.getDay())) {
return (
Expand Down

0 comments on commit 059cd1b

Please sign in to comment.