feat: buy-sale page quatation form
This commit is contained in:
parent
0a10ac94fd
commit
686d88c8d4
5 changed files with 338 additions and 0 deletions
|
|
@ -31,6 +31,11 @@ const routes: RouteRecordRaw[] = [
|
|||
name: 'productAndService',
|
||||
component: () => import('pages/04_product-service/MainPage.vue'),
|
||||
},
|
||||
{
|
||||
path: '/buy-sale',
|
||||
name: 'BuySale',
|
||||
component: () => import('pages/05_buy-sale/MainPage.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue