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.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/hello/Hello.js b/src/components/hello/Hello.js
new file mode 100644
index 00000000..609bdbdc
--- /dev/null
+++ b/src/components/hello/Hello.js
@@ -0,0 +1,8 @@
+export default {
+ name: 'hello',
+ data () {
+ return {
+ msg: 'Welcome to Your Vue.js app'
+ };
+ }
+};