Ver código fonte

Merge branch 'brian_dev_116' of fyindr/siimee into dev

tags/0.0.3^2
maeda 3 anos atrás
pai
commit
222db84e7d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      frontend/src/components/onboarding/Splash.vue

+ 1
- 1
frontend/src/components/onboarding/Splash.vue Ver arquivo

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

Carregando…
Cancelar
Salvar