1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 07:35:57 +09:00
This commit is contained in:
syuilo 2018-02-19 17:03:22 +09:00
parent 3e7b980fb6
commit 4705c935ab

View File

@ -125,7 +125,7 @@ export default Vue.extend({
if (this.isOutOfRange(day)) return;
const date = new Date(this.year, this.month - 1, day, 23, 59, 59, 999);
this.selected = date;
this.$emit('choosed', this.selected);
this.$emit('chosen', this.selected);
}
}
});