mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-26 10:30:38 +00:00
Billing profile implementation
This commit is contained in:
Vendored
+11
-1
@@ -86,11 +86,21 @@ const routesOasis = [
|
||||
name: 'InvoicesList',
|
||||
path: '/invoice/invoices',
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "chunks/oasis/invoices/list" */ './Oasis/Modules/Invoices/Invoices'),
|
||||
import(/* webpackChunkName: "chunks/oasis/invoices/list" */ './Oasis/Modules/Invoices/InvoicesView'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'Invoices'
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'InvoicesProfile',
|
||||
path: '/invoice/profile',
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "chunks/oasis/invoices/profile" */ './Oasis/Modules/Invoices/BillingProfile'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'Billing Profile'
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user