mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 16:32:15 +00:00
13 lines
225 B
JavaScript
Vendored
13 lines
225 B
JavaScript
Vendored
const routesOthers = [
|
|
{
|
|
name: 'NotFound',
|
|
path: '*',
|
|
component: () =>
|
|
import(/* webpackChunkName: "chunks/not-found" */ '../views/NotFound'),
|
|
meta: {
|
|
requiresAuth: false
|
|
},
|
|
},
|
|
]
|
|
|
|
export default routesOthers |