add ability to save answers
This commit is contained in:
parent
5246711deb
commit
7b44071e0e
3 changed files with 41 additions and 2 deletions
|
@ -3,6 +3,7 @@ import VueRouter from 'vue-router'
|
|||
import Home from '../views/Home.vue'
|
||||
import Warning from '../views/Warning'
|
||||
import Questionnaire from "@/views/Questionnaire";
|
||||
import Results from "@/views/Results";
|
||||
|
||||
Vue.use(VueRouter)
|
||||
|
||||
|
@ -21,6 +22,11 @@ const routes = [
|
|||
path: '/questionmaire',
|
||||
name: 'Fragebogen',
|
||||
component: Questionnaire
|
||||
},
|
||||
{
|
||||
path: '/results',
|
||||
name: 'Ergebnisse',
|
||||
component: Results
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue