瀏覽代碼

:bug: fixing some missed conflicts

tags/0.0.3^2
j 3 年之前
父節點
當前提交
e98c185144
共有 1 個檔案被更改,包括 0 行新增17 行删除
  1. 0
    17
      frontend/src/views/OnboardingView.vue

+ 0
- 17
frontend/src/views/OnboardingView.vue 查看文件

@@ -1,6 +1,5 @@
1 1
 <template lang="pug">
2 2
 main.view--onboarding
3
-<<<<<<< HEAD
4 3
     article(
5 4
         style='display: flex; flex-direction: column; align-items: center'
6 5
         v-if='survey'
@@ -14,22 +13,6 @@ main.view--onboarding
14 13
                 @update-answers='updateAnswers'
15 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 16
 </template>
34 17
 
35 18
 <script>

Loading…
取消
儲存