add destination-card
This commit is contained in:
parent
12804ca773
commit
84dee0de88
4 changed files with 92 additions and 1 deletions
|
@ -5,6 +5,7 @@ const routes = [
|
|||
{path: '/about', name: 'about', component: () => import('@/views/About.vue')},
|
||||
{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')},
|
||||
]
|
||||
const router = createRouter({
|
||||
routes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue