diff --git a/src/App.vue b/src/App.vue index e0d60f4..def9faa 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@ Home | - About + Login diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue deleted file mode 100644 index 885875d..0000000 --- a/src/components/HelloWorld.vue +++ /dev/null @@ -1,138 +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 - - - pwa - - - router - - - vuex - - - eslint - - - Essential Links - - - Core Docs - - - Forum - - - Community Chat - - - Twitter - - - News - - - Ecosystem - - - vue-router - - - vuex - - - vue-devtools - - - vue-loader - - - awesome-vue - - - - - - - - - diff --git a/src/components/metamask.vue b/src/components/metamask.vue new file mode 100644 index 0000000..46c7954 --- /dev/null +++ b/src/components/metamask.vue @@ -0,0 +1,14 @@ + + + {{ msg }} + + + + diff --git a/src/router/index.js b/src/router/index.js index 9dbb864..bc8d4d1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -7,9 +7,9 @@ const routes = [ component: () => import("../views/HomeView.vue"), }, { - path: "/about", - name: "about", - component: () => import("../views/AboutView.vue"), + path: "/login", + name: "login", + component: () => import("../views/LoginView.vue"), }, ]; diff --git a/src/views/AboutView.vue b/src/views/AboutView.vue deleted file mode 100644 index 745583f..0000000 --- a/src/views/AboutView.vue +++ /dev/null @@ -1,23 +0,0 @@ - - - This is an about page - - - - - diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 318e397..a8e5297 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -7,7 +7,7 @@
- For a guide and recipes on how to configure / customize this project, - check out the - vue-cli documentation. -