mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-29 03:10:51 +00:00
added demo page with button redirection
(cherry picked from commit 37cc94aeda)
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
const routesIndex = [
|
||||
{
|
||||
name: 'Demo',
|
||||
path: '/demo',
|
||||
component: () => import(/* webpackChunkName: "chunks/demo" */ '../views/Demo'),
|
||||
meta: {
|
||||
requiresAuth: false,
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
export default routesIndex
|
||||
Reference in New Issue
Block a user