iview/src/components/date-picker/base
Sergio Crisostomo 3747aecd53 Refactor date-picker cell click
Added `cell.date` so we don’t need `. getDateOfCell()` anymore
Passed `cell` directly in `@click="handleClick(cell)”` so we don’t need
`const cell =
this.cells[parseInt(event.target.getAttribute('index’))];` anymore
2017-08-29 09:38:20 +02:00
..
confirm.vue support DatePicker & TimePicker 2017-03-07 18:06:56 +08:00
date-table.vue Refactor date-picker cell click 2017-08-29 09:38:20 +02:00
month-table.vue support DatePicker & TimePicker 2017-03-07 18:06:56 +08:00
time-spinner.vue use .getItemIndex() so we get the correct index 2017-08-23 11:00:45 +02:00
year-table.vue support DatePicker & TimePicker 2017-03-07 18:06:56 +08:00