use change_step
This commit is contained in:
parent
1e5fae0caa
commit
a715e761a9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
v-for="(step, index) in steps"
|
v-for="(step, index) in steps"
|
||||||
:key="'step-' + index"
|
:key="'step-' + index"
|
||||||
:class="current_step === index ? 'is-active' : ''"
|
:class="current_step === index ? 'is-active' : ''"
|
||||||
@click="current_step = index"
|
@click="change_step(index)"
|
||||||
>
|
>
|
||||||
<a>
|
<a>
|
||||||
<span class="icon is-small">
|
<span class="icon is-small">
|
||||||
|
|
Loading…
Reference in a new issue