started search router view
This commit is contained in:
@@ -32,6 +32,15 @@ const router = createRouter({
|
||||
// which is lazy-loaded when the route is visited.
|
||||
component: () => import('../views/Concernement.vue'),
|
||||
props: true
|
||||
},
|
||||
{
|
||||
path: '/search/',
|
||||
name: 'search',
|
||||
// route level code-splitting
|
||||
// this generates a separate chunk (About.[hash].js) for this route
|
||||
// which is lazy-loaded when the route is visited.
|
||||
component: () => import('../views/Search.vue'),
|
||||
props: true
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user