dev #160

Merged
sora merged 97 commits from dev into master 2025-03-02 01:09:30 +01:00
Showing only changes of commit b554eba76c - Show all commits

View File

@ -63,7 +63,6 @@ l-map(
v-on:click.prevent="place.step = journey.sel_day"
) +
span.row.text-small.text-dark(v-else) {{ place.notes }}
l-marker(
v-for="place in journey.data.main[idx].places.restaurants",
:lat-lng.sync="place.latlon"
@ -82,3 +81,5 @@ l-map(
:max-height="350"
)
span.row.text-small.text-dark(v-else) {{ place.notes }}
l-polyline(:lat-lngs="polyline.latlngs" :color="polyline.color")