mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
Set up billing profile
This commit is contained in:
Vendored
+11
-1
@@ -93,7 +93,7 @@ const routesOasis = [
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'InvoicesProfile',
|
||||
name: 'BillingProfile',
|
||||
path: '/invoice/profile',
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "chunks/oasis/invoices/profile" */ './Oasis/Invoices/BillingProfile'),
|
||||
@@ -102,6 +102,16 @@ const routesOasis = [
|
||||
title: 'My Billing Profile'
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'BillingProfileSetUp',
|
||||
path: '/invoice/set-up-billing-profile',
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "chunks/oasis/invoices/profile" */ './Oasis/Invoices/BillingProfileSetUp'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'Set My Billing Profile'
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'CreateClient',
|
||||
path: '/invoice/create-client',
|
||||
|
||||
Reference in New Issue
Block a user