mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 02:17:40 -07:00
wip
This commit is contained in:
parent
11bb87dd33
commit
2c179e4e02
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue