From 55f63229cd8f26663a3d9dcc6095997d045f1bd9 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 18 Apr 2019 19:42:40 +0900 Subject: [PATCH] Update timemachine.vue --- src/client/app/desktop/views/widgets/timemachine.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/app/desktop/views/widgets/timemachine.vue b/src/client/app/desktop/views/widgets/timemachine.vue index 22a412040..854b01c13 100644 --- a/src/client/app/desktop/views/widgets/timemachine.vue +++ b/src/client/app/desktop/views/widgets/timemachine.vue @@ -14,7 +14,7 @@ export default define({ }).extend({ methods: { chosen(date) { - this.$emit('chosen', date); + this.$root.$emit('warp', date); }, func() { if (this.props.design == 5) {