added demo page with button redirection

This commit is contained in:
Čarodej
2022-05-03 10:48:31 +02:00
parent 89689816ad
commit 37cc94aeda
7 changed files with 117 additions and 73 deletions

View File

@@ -23,6 +23,14 @@ const routesIndex = [
requiresAuth: false,
},
},
{
name: 'Demo',
path: '/demo',
component: () => import(/* webpackChunkName: "chunks/demo" */ '../views/Demo'),
meta: {
requiresAuth: false,
},
},
]
export default routesIndex