Skip to content
Snippets Groups Projects
Commit 4705c935 authored by syuilo's avatar syuilo
Browse files

wip

parent 3e7b980f
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment