Update timemachine.vue

This commit is contained in:
syuilo 2019-04-18 19:42:40 +09:00
parent 7827aeb695
commit 55f63229cd
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export default define({
}).extend({ }).extend({
methods: { methods: {
chosen(date) { chosen(date) {
this.$emit('chosen', date); this.$root.$emit('warp', date);
}, },
func() { func() {
if (this.props.design == 5) { if (this.props.design == 5) {