aboutsummaryrefslogtreecommitdiff
path: root/src/components/hello/Hello.js
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2016-11-24 18:14:54 +0100
committerRoger Braun <roger@rogerbraun.net>2016-11-24 18:14:54 +0100
commit81c6f6e21f904e2889aa1b1d603f57c8f2772bfc (patch)
tree52887fc9d6234b1e70b1688e37353862ae433121 /src/components/hello/Hello.js
parentea697a1bb16ee8cb38044d112592538da146814a (diff)
Remove example component.
Diffstat (limited to 'src/components/hello/Hello.js')
-rw-r--r--src/components/hello/Hello.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/components/hello/Hello.js b/src/components/hello/Hello.js
deleted file mode 100644
index c701c560..00000000
--- a/src/components/hello/Hello.js
+++ /dev/null
@@ -1,8 +0,0 @@
-export default {
- name: 'hello',
- data () {
- return {
- msg: 'Welcome to Your Vue.js app'
- }
- }
-}