diff options
Diffstat (limited to 'src/components/hello/Hello.js')
| -rw-r--r-- | src/components/hello/Hello.js | 8 |
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' - } - } -} |
