From 62fd6afed3af7c722cd520c4efa3ebcbd6813a96 Mon Sep 17 00:00:00 2001 From: busti Date: Wed, 13 Nov 2019 22:21:47 +0100 Subject: [PATCH] add missing semicolons --- src/App.vue | 2 +- src/components/HelloWorld.vue | 2 +- src/main.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index fcc5662..d07f54c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,7 +13,7 @@ export default { components: { HelloWorld } -} +};