feat: billing page

This commit is contained in:
Jannat Patel
2024-01-19 22:48:38 +05:30
parent 1f18ef4362
commit b07940951c
4 changed files with 228 additions and 0 deletions

View File

@@ -43,6 +43,12 @@ const routes = [
component: () => import('@/pages/Batch.vue'),
props: true,
},
{
path: '/billing/:type/:name',
name: 'Billing',
component: () => import('@/pages/Billing.vue'),
props: true,
},
{
path: '/statistics',
name: 'Statistics',