From 1379d022ce7fc1ecdf031daf416947f7a325fd7c Mon Sep 17 00:00:00 2001 From: Raymonzut <40148684+Raymonzut@users.noreply.github.com> Date: Fri, 27 Mar 2020 16:50:55 +0000 Subject: [PATCH] Remove default HelloWorld component --- src/App.vue | 4 --- src/components/HelloWorld.vue | 58 ----------------------------------- 2 files changed, 62 deletions(-) delete mode 100755 src/components/HelloWorld.vue diff --git a/src/App.vue b/src/App.vue index 55df315..f0b8238 100755 --- a/src/App.vue +++ b/src/App.vue @@ -1,17 +1,13 @@ - - diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue deleted file mode 100755 index 879051a..0000000 --- a/src/components/HelloWorld.vue +++ /dev/null @@ -1,58 +0,0 @@ - - - {{ msg }} - - For a guide and recipes on how to configure / customize this project, - check out the - vue-cli documentation. - - Installed CLI Plugins - - babel - eslint - - Essential Links - - Core Docs - Forum - Community Chat - Twitter - News - - Ecosystem - - vue-router - vuex - vue-devtools - vue-loader - awesome-vue - - - - - - - -
- For a guide and recipes on how to configure / customize this project, - check out the - vue-cli documentation. -