ソースを参照

:bug: Fixed bug preventing getting started

tags/0.0.3^2
tomit4 3年前
コミット
e1f89b1a35
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

読み込み中…
キャンセル
保存