From b46114f4faaebde004850affbfe8b88cdcabe0a1 Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Wed, 19 Feb 2020 17:59:28 +0900
Subject: [PATCH] Update index.home.vue

---
 src/client/pages/index.home.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/client/pages/index.home.vue b/src/client/pages/index.home.vue
index f3bbd2d91..c3bc71b11 100644
--- a/src/client/pages/index.home.vue
+++ b/src/client/pages/index.home.vue
@@ -99,7 +99,7 @@ export default Vue.extend({
 	},
 
 	mounted() {
-		this.width = this.$el.offsetWidth
+		this.width = this.$el.offsetWidth;
 	},
 
 	methods: {