minor
This commit is contained in:
@@ -140,7 +140,7 @@ export default {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.start = dayjs(date).startOf('day').unix()
|
this.start = dayjs(date).startOf('day').unix()
|
||||||
this.end = dayjs(day).endOf('day').unix()
|
this.end = dayjs(date).endOf('day').unix()
|
||||||
this.selectedDay = date
|
this.selectedDay = date
|
||||||
this.updateEvents()
|
this.updateEvents()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user