use change_step

This commit is contained in:
Jörn-Michael Miehe 2023-01-20 00:51:11 +00:00
parent 1e5fae0caa
commit a715e761a9

View file

@ -8,7 +8,7 @@
v-for="(step, index) in steps"
:key="'step-' + index"
:class="current_step === index ? 'is-active' : ''"
@click="current_step = index"
@click="change_step(index)"
>
<a>
<span class="icon is-small">