|
|
@@ -1,6 +1,5 @@
|
|
1
|
1
|
<template lang="pug">
|
|
2
|
2
|
main.view--onboarding
|
|
3
|
|
-<<<<<<< HEAD
|
|
4
|
3
|
article(
|
|
5
|
4
|
style='display: flex; flex-direction: column; align-items: center'
|
|
6
|
5
|
v-if='survey'
|
|
|
@@ -14,22 +13,6 @@ main.view--onboarding
|
|
14
|
13
|
@update-answers='updateAnswers'
|
|
15
|
14
|
v-if='step && currentStep == i'
|
|
16
|
15
|
)
|
|
17
|
|
-=======
|
|
18
|
|
- article(style='display: flex; flex-direction: column; align-items: center')
|
|
19
|
|
- component(
|
|
20
|
|
- :aspectQuestions='onboardingStep.component == "Aspects" ? aspectQuestions : null'
|
|
21
|
|
- :currentStep='currentStep'
|
|
22
|
|
- :is='onboardingStep.component'
|
|
23
|
|
- @go-to-step='goToStep'
|
|
24
|
|
- @handle-submit='onboardingStep.component == "Aspects" ? onSubmit : null'
|
|
25
|
|
- )
|
|
26
|
|
- //- form(@submit.prevent="onSubmit").questionnaire
|
|
27
|
|
- //- QuestionResponse(v-for="question in questions" :question="question" @updated="onUpdate")
|
|
28
|
|
- //- w-button(type="submit")
|
|
29
|
|
- //- w-icon.mr1 wi-check
|
|
30
|
|
- //- | SUBMIT ANSWERS
|
|
31
|
|
- //- MainNav
|
|
32
|
|
->>>>>>> ae00929 (:sparkles: radio button colors in place)
|
|
33
|
16
|
</template>
|
|
34
|
17
|
|
|
35
|
18
|
<script>
|