mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 02:50:39 +00:00
- Dashboard logo
- Checkout mobile fix - Frontend build
This commit is contained in:
Vendored
+10
@@ -86,6 +86,16 @@ const routesOasis = [
|
||||
title: 'Admin'
|
||||
},
|
||||
children: [
|
||||
{
|
||||
name: 'Dashboard',
|
||||
path: '/admin/dashboard',
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "chunks/dashboard-oasis" */ './Oasis/Admin/Dashboard'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'routes_title.dashboard'
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Users',
|
||||
path: '/admin/users',
|
||||
|
||||
Reference in New Issue
Block a user