first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// src/router/routes.billing.js
|
||||
import AppLayout from '@/layout/AppLayout.vue'
|
||||
|
||||
export default {
|
||||
path: '/upgrade',
|
||||
component: AppLayout,
|
||||
meta: { requiresAuth: true },
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
name: 'upgrade',
|
||||
component: () => import('@/views/pages/billing/UpgradePage.vue')
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user