diff --git a/src/router/index.ts b/src/router/index.ts index fe096f8..6a52f8d 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -36,6 +36,11 @@ const routes: Array = [ name: 'About', component: () => import('@/views/about/About.vue') }, + { + path: '/orders', + name: 'Orders', + component: () => import('@/views/order/Orders.vue') + }, { path: '/detail/:id', name: 'Detail',