add Debug view
This commit is contained in:
@@ -65,6 +65,12 @@ export default [
|
||||
component: () => import(/* webpackChunkName: "blog" */ '@/pages/Page')
|
||||
},
|
||||
|
||||
{
|
||||
name: 'debug',
|
||||
path: '/debug',
|
||||
component: () => import(/* webpackChunkName: "debug" */ '@/pages/Debug')
|
||||
},
|
||||
|
||||
{
|
||||
name: 'notfound',
|
||||
path: '/404',
|
||||
|
||||
Reference in New Issue
Block a user