diff --git a/template/module/view_step.pug b/template/module/view_step.pug index 7ee9e2d..bcb4d82 100644 --- a/template/module/view_step.pug +++ b/template/module/view_step.pug @@ -3,13 +3,13 @@ div(v-for="(e, idx) in journey.data.main", :key="idx") .container.section .aligner.text-center.text-white.text-huge(style="margin-bottom: 5px") .aligner--itemTop.fleft - a(href="#prev", v-on:click.prevent="prev_step") + a(href="#prev", v-on:click.prevent="journey.day_prev()") i.fas.fa-angle-left span.container span.small {{ journey.data.main[idx].title }} {{ journey.sel_day }} .text-big.text-gray {{ journey.data.main[idx].step_title[journey.sel_day] }} .aligner--itemEnd.fright - a(href="#next", v-on:click.prevent="next_step") + a(href="#next", v-on:click.prevent="journey.day_next()") i.fas.fa-angle-right .row .col-12.col-sm-12