Kaynağa Gözat

:pencil2: Removed testing p tag

tabs-content
tomit4 3 yıl önce
ebeveyn
işleme
6641bf98e6
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0
    1
      frontend/src/views/OnboardingView.vue

+ 0
- 1
frontend/src/views/OnboardingView.vue Dosyayı Görüntüle

@@ -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 }}!

Loading…
İptal
Kaydet