소스 검색

Merge branch 'brian_dev_116' of fyindr/siimee into dev

tags/0.0.3^2
maeda 3 년 전
부모
커밋
222db84e7d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      frontend/src/components/onboarding/Splash.vue

+ 1
- 1
frontend/src/components/onboarding/Splash.vue 파일 보기

@@ -8,7 +8,7 @@ w-flex.column
8 8
     w-button.ma1.grow.next-btn(
9 9
         :height='50'
10 10
         :width='315'
11
-        @click='this.$emit("go-to-step", currentStep + 1)'
11
+        @click='handleSubmit'
12 12
         bg-color='success'
13 13
         shadow
14 14
         text

Loading…
취소
저장