ソースを参照

:pencil2: Removed testing p tag

tabs-content
tomit4 3年前
コミット
6641bf98e6
1個のファイルの変更0行の追加1行の削除
  1. 0
    1
      frontend/src/views/OnboardingView.vue

+ 0
- 1
frontend/src/views/OnboardingView.vue ファイルの表示

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

読み込み中…
キャンセル
保存