add Debug view

This commit is contained in:
axolotle
2022-05-27 21:40:47 +02:00
parent 4017046049
commit 7e5f88f0d5
3 changed files with 147 additions and 0 deletions
+6
View File
@@ -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',