Add default redirect for demo

This commit is contained in:
Ramon Wenger 2018-10-03 11:33:37 +02:00
parent b5abc3c3a5
commit b1363d58bf
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import submissions from '@/pages/submissions'
import p404 from '@/pages/p404'
const routes = [
{path: '/', name: 'module', component: module, meta: {filter: true}},
{path: '/', redirect: '/module'},
{
path: '/module',
name: 'moduleBase',