This commit is contained in:
@@ -7,7 +7,7 @@ div(v-for="(e, idx) in journey.data.main", :key="idx")
|
||||
.input.col-sm-2
|
||||
input(
|
||||
placeholder="Day title",
|
||||
v-model="journey.leg_get(idx).step_title[journey.sel_day]"
|
||||
v-model="journey.leg_get(idx).day_title[journey.sel_day]"
|
||||
)
|
||||
.col-sm-3
|
||||
.right.input.col-sm-2
|
||||
|
@@ -2,6 +2,7 @@ l-map(
|
||||
:zoom.sync="journey.data.main[idx].map.zoom",
|
||||
:center.sync="journey.data.main[idx].map.center",
|
||||
style="padding-top: 100%"
|
||||
ref="map"
|
||||
)
|
||||
l-tile-layer(
|
||||
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
|
||||
|
@@ -7,7 +7,7 @@ div(v-for="(e, idx) in journey.data.main", :key="idx")
|
||||
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] }}
|
||||
.text-big.text-gray {{ journey.data.main[idx].day_title[journey.sel_day] }}
|
||||
.aligner--itemEnd.fright
|
||||
a(href="#next", v-on:click.prevent="journey.day_next()")
|
||||
i.fas.fa-angle-right
|
||||
|
Reference in New Issue
Block a user