diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue
deleted file mode 100644
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
-
-
Essential Links
-
-
Ecosystem
-
-
-
-
-
-
-
-
diff --git a/src/components/SearchInput.vue b/src/components/SearchInput.vue
index c2150b2..5d0c9b9 100644
--- a/src/components/SearchInput.vue
+++ b/src/components/SearchInput.vue
@@ -2,7 +2,7 @@
import(/* webpackChunkName: "about" */ '../views/AboutView.vue')
+ },
+ {
+ path: '/login',
+ name: 'login',
+ component: ()=>import('../views/LoginView.vue')
}
+
]
const router = new VueRouter({
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index 7cdfdc4..dad6cc2 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -5,11 +5,12 @@