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: {