|
|
@@ -4,7 +4,6 @@ main.view--onboarding
|
|
4
|
4
|
style='display: flex; flex-direction: column; align-items: center'
|
|
5
|
5
|
v-if='survey'
|
|
6
|
6
|
)
|
|
7
|
|
- p {{ currentStep }}
|
|
8
|
7
|
p(v-if='currentStep != 0') You have completed: {{ currentStep - 1 }} / 7 survey steps
|
|
9
|
8
|
.answers(v-for='(value, key) in answered')
|
|
10
|
9
|
span(v-if='key == "name" && value && currentStep == 2') Hi {{ value }}!
|