Bläddra i källkod

:pencil2: Removed testing p tag

tags/0.0.3^2
tomit4 3 år sedan
förälder
incheckning
150684a025
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0
    1
      frontend/src/views/OnboardingView.vue

+ 0
- 1
frontend/src/views/OnboardingView.vue Visa fil

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

Laddar…
Avbryt
Spara