Просмотр исходного кода

:construction: Reformatted thank you message

tags/0.0.3^2
tomit4 3 лет назад
Родитель
Сommit
2b31d18ac7
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2
    1
      frontend/src/views/OnboardingView.vue

+ 2
- 1
frontend/src/views/OnboardingView.vue Просмотреть файл

22
     // TODO: change to different vue component
22
     // TODO: change to different vue component
23
     article(
23
     article(
24
         style='display: flex; flex-direction: column; align-items: center; text-align: center;'
24
         style='display: flex; flex-direction: column; align-items: center; text-align: center;'
25
-        v-if='currentStep == 8'
25
+        v-else
26
     )
26
     )
27
         h1 Thanks for Completing Our Survey!!
27
         h1 Thanks for Completing Our Survey!!
28
         h2 Please review your answers and let us know if you need to change anything.
28
         h2 Please review your answers and let us know if you need to change anything.
63
         onSubmit() {
63
         onSubmit() {
64
             console.log(JSON.stringify(this.answered))
64
             console.log(JSON.stringify(this.answered))
65
             // TODO: Change to different vue component
65
             // TODO: Change to different vue component
66
+            this.survey = null
66
             this.goToStep(this.currentStep + 1)
67
             this.goToStep(this.currentStep + 1)
67
         },
68
         },
68
         goToStep(num) {
69
         goToStep(num) {

Загрузка…
Отмена
Сохранить