aboutsummaryrefslogtreecommitdiff
path: root/src/components/hello/Hello.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/hello/Hello.js')
-rw-r--r--src/components/hello/Hello.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/hello/Hello.js b/src/components/hello/Hello.js
index 609bdbdc..c701c560 100644
--- a/src/components/hello/Hello.js
+++ b/src/components/hello/Hello.js
@@ -3,6 +3,6 @@ export default {
data () {
return {
msg: 'Welcome to Your Vue.js app'
- };
+ }
}
-};
+}