Merge branch 'dev' into next
This commit is contained in:
@@ -308,6 +308,10 @@ export default createComponent({
|
||||
},
|
||||
|
||||
onClickDay(item) {
|
||||
if (this.readonly) {
|
||||
return;
|
||||
}
|
||||
|
||||
const { date } = item;
|
||||
const { type, currentDate } = this;
|
||||
|
||||
@@ -365,10 +369,6 @@ export default createComponent({
|
||||
},
|
||||
|
||||
select(date, complete) {
|
||||
if (this.readonly) {
|
||||
return;
|
||||
}
|
||||
|
||||
const emit = (date) => {
|
||||
this.currentDate = date;
|
||||
this.$emit('select', copyDates(this.currentDate));
|
||||
|
||||
Reference in New Issue
Block a user