Преглед на файлове

:construction: Reformatted thank you message

tags/0.0.3^2
tomit4 преди 3 години
родител
ревизия
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) {

Loading…
Отказ
Запис