浏览代码

:pencil2: Fixed typo

tags/0.0.3^2
tomit4 3 年前
父节点
当前提交
55e7464b16
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      frontend/src/components/onboarding/QuestionResponse.vue

+ 1
- 1
frontend/src/components/onboarding/QuestionResponse.vue 查看文件

@@ -10,7 +10,7 @@ w-card.question
10 10
     )
11 11
     w-button.ma1.grow(
12 12
         @click='handleSubmit'
13
-        @keyup.enter='handlSubmit'
13
+        @keyup.enter='handleSubmit'
14 14
         v-if='currentStep !== surveyStepsCount'
15 15
     ) NEXT
16 16
     w-button.ma1.grow(@click='handleSubmit' v-else) SUBMIT ANSWERS

正在加载...
取消
保存