From 143088b9ef22926ae28233038bd2575bbc44c964 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 13 Feb 2018 08:26:07 +0900 Subject: wip --- src/web/app/desktop/views/components/analog-clock.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web') diff --git a/src/web/app/desktop/views/components/analog-clock.vue b/src/web/app/desktop/views/components/analog-clock.vue index a45bafda62..81eec81598 100644 --- a/src/web/app/desktop/views/components/analog-clock.vue +++ b/src/web/app/desktop/views/components/analog-clock.vue @@ -6,7 +6,7 @@ import Vue from 'vue'; import { themeColor } from '../../../config'; -const Vec2 = function(x, y) { +const Vec2 = function(this: any, x, y) { this.x = x; this.y = y; }; -- cgit v1.2.3-freya