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

:bug: Fixed bug preventing getting started

tags/0.0.3^2
tomit4 3 лет назад
Родитель
Сommit
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

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