add login mockup (for backend to testing) reading desc please + minor css fix
This commit is contained in:
parent
d2ed7fc3ea
commit
9b4b1a993c
6 changed files with 119 additions and 53 deletions
|
@ -6,6 +6,7 @@ const routes = [
|
|||
{path: '/favorite', name: 'favorite', component: () => import('@/views/Favorite.vue')},
|
||||
{path: '/setting', name: 'setting', component: () => import('@/views/Setting.vue')},
|
||||
{path: '/destination-info', name: 'destination-info', component: () => import('@/views/DestinationInfo.vue')},
|
||||
{path: '/login', name: 'login', component: () => import('@/views/Login.vue')},
|
||||
]
|
||||
const router = createRouter({
|
||||
routes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue