up
This commit is contained in:
@@ -10,8 +10,8 @@ import NotFound from '../views/NotFound.vue'
|
|||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{ path: '/login', component: Login, meta: { title: 'Login' } },
|
{ path: '/login', component: Login, meta: { title: 'Login' } },
|
||||||
{ path: '/setup', component: Setup, meta: { title: 'Setup' } },
|
|
||||||
{ path: '/register', component: Register, meta: { title: 'Register' } },
|
{ path: '/register', component: Register, meta: { title: 'Register' } },
|
||||||
|
{ path: '/setup', component: Setup, meta: { title: 'Setup' } },
|
||||||
{
|
{
|
||||||
path: '/',
|
path: '/',
|
||||||
redirect: '/dashboard'
|
redirect: '/dashboard'
|
||||||
|
|||||||
Reference in New Issue
Block a user