mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
dashboard include
This commit is contained in:
10
resources/js/router.js
vendored
10
resources/js/router.js
vendored
@@ -29,6 +29,7 @@ import UserProfileMobileMenu from './views/Mobile/UserProfileMobileMenu'
|
||||
|
||||
import Admin from './views/Admin'
|
||||
import Invoices from './views/Admin/Invoices'
|
||||
import Dashboard from './views/Admin/Dashboard'
|
||||
import AppSettings from './views/Admin/AppSettings/AppSettings'
|
||||
|
||||
// App Settings
|
||||
@@ -81,6 +82,15 @@ const routesAdmin = [
|
||||
title: 'Admin'
|
||||
},
|
||||
children: [
|
||||
{
|
||||
name: 'Dashboard',
|
||||
path: '/admin/dashboard',
|
||||
component: Dashboard,
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'Dashboard'
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Invoices',
|
||||
path: '/admin/invoices',
|
||||
|
||||
Reference in New Issue
Block a user