Przeglądaj źródła

:pencil2: Removed testing p tag

tabs-content
tomit4 3 lat temu
rodzic
commit
6641bf98e6
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      frontend/src/views/OnboardingView.vue

+ 0
- 1
frontend/src/views/OnboardingView.vue Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz