diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue index e69de29..53bd1c3 100644 --- a/src/components/HelloWorld.vue +++ b/src/components/HelloWorld.vue @@ -0,0 +1,10 @@ + + + + + diff --git a/src/router/authentication.js b/src/router/authentication.js index 44f35d7..4554e5f 100644 --- a/src/router/authentication.js +++ b/src/router/authentication.js @@ -1,6 +1,6 @@ -import authentication_main from '../views/authentication/authentication_main.vue' -import register from '../views/authentication/authentication_register.vue' -import authentication_login from "../views/authentication/authentication_login.vue"; +// import authentication_main from '../views/authentication/authentication_main.vue' +// import register from '../views/authentication/authentication_register.vue' +// import authentication_login from "../views/authentication/authentication_login.vue"; export default [ // { path: '/main', component: authentication_main }, // { path: '/login', component: authentication_login },