update DatePicker
update DatePicker
This commit is contained in:
parent
e1874103ad
commit
344131a7af
4 changed files with 10 additions and 4 deletions
|
@ -67,6 +67,7 @@
|
|||
if (target.tagName === 'EM') {
|
||||
const cell = this.cells[parseInt(event.target.getAttribute('index'))];
|
||||
if (cell.disabled) return;
|
||||
|
||||
this.$emit('on-pick', cell.text);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue