summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/pages/index.home.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/index.home.vue b/src/client/pages/index.home.vue
index f3bbd2d91b..c3bc71b114 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: {