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

:bug: fixing some missed conflicts

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

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

1
 <template lang="pug">
1
 <template lang="pug">
2
 main.view--onboarding
2
 main.view--onboarding
3
-<<<<<<< HEAD
4
     article(
3
     article(
5
         style='display: flex; flex-direction: column; align-items: center'
4
         style='display: flex; flex-direction: column; align-items: center'
6
         v-if='survey'
5
         v-if='survey'
14
                 @update-answers='updateAnswers'
13
                 @update-answers='updateAnswers'
15
                 v-if='step && currentStep == i'
14
                 v-if='step && currentStep == i'
16
             )
15
             )
17
-=======
18
-    article(style='display: flex; flex-direction: column; align-items: center')
19
-        component(
20
-            :aspectQuestions='onboardingStep.component == "Aspects" ? aspectQuestions : null'
21
-            :currentStep='currentStep'
22
-            :is='onboardingStep.component'
23
-            @go-to-step='goToStep'
24
-            @handle-submit='onboardingStep.component == "Aspects" ? onSubmit : null'
25
-        )
26
-        //- form(@submit.prevent="onSubmit").questionnaire
27
-        //-     QuestionResponse(v-for="question in questions" :question="question" @updated="onUpdate")
28
-        //-     w-button(type="submit")
29
-        //-         w-icon.mr1 wi-check
30
-        //-         | SUBMIT ANSWERS
31
-    //- MainNav
32
->>>>>>> ae00929 (:sparkles: radio button colors in place)
33
 </template>
16
 </template>
34
 
17
 
35
 <script>
18
 <script>

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