Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: sora-ext Co-authored-by: soraefir Reviewed-on: #160
7 lines
232 B
Plaintext
7 lines
232 B
Plaintext
include mixin-marker.pug
|
|
div(
|
|
v-if="journey.leg_get().hotel",
|
|
v-for="(place, index) in [journey.leg_get().hotel]",
|
|
:key="'hotel'+index",
|
|
)
|
|
+map_marker("hotel", "var(--darkdark)", "var(--darkdark)", "var(--darkdark)") |