summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-19 17:59:28 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-19 17:59:28 +0900
commitb46114f4faaebde004850affbfe8b88cdcabe0a1 (patch)
tree3b44c9aaf86575f4c271521788c4a435db35abdc /src
parentFix bug (diff)
downloadsharkey-b46114f4faaebde004850affbfe8b88cdcabe0a1.tar.gz
sharkey-b46114f4faaebde004850affbfe8b88cdcabe0a1.tar.bz2
sharkey-b46114f4faaebde004850affbfe8b88cdcabe0a1.zip
Update index.home.vue
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: {