based navigation on router
This commit is contained in:
parent
f065fa5852
commit
3948f6dce4
7 changed files with 55 additions and 34 deletions
|
@ -20,12 +20,12 @@ const routes = [
|
|||
component: Warning
|
||||
},
|
||||
{
|
||||
path: '/questionnaire',
|
||||
path: '/questionnaire/:id',
|
||||
name: 'Fragebogen',
|
||||
component: Questionnaire
|
||||
},
|
||||
{
|
||||
path: '/questionnaire/help',
|
||||
path: '/questionnaire/help/:id',
|
||||
name: 'Hilfe',
|
||||
component: HelpPage
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue