From 81c6f6e21f904e2889aa1b1d603f57c8f2772bfc Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Thu, 24 Nov 2016 18:14:54 +0100 Subject: [PATCH] Remove example component. --- src/components/hello/Hello.css | 0 src/components/hello/Hello.html | 0 src/components/hello/Hello.js | 8 ------ src/components/hello/Hello.vue | 44 --------------------------------- 4 files changed, 52 deletions(-) delete mode 100644 src/components/hello/Hello.css delete mode 100644 src/components/hello/Hello.html delete mode 100644 src/components/hello/Hello.js delete mode 100644 src/components/hello/Hello.vue diff --git a/src/components/hello/Hello.css b/src/components/hello/Hello.css deleted file mode 100644 index e69de29b..00000000 diff --git a/src/components/hello/Hello.html b/src/components/hello/Hello.html deleted file mode 100644 index e69de29b..00000000 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' - } - } -} diff --git a/src/components/hello/Hello.vue b/src/components/hello/Hello.vue deleted file mode 100644 index 828136a8..00000000 --- a/src/components/hello/Hello.vue +++ /dev/null @@ -1,44 +0,0 @@ - - - - - -