Co-authored-by: sora-ext Co-authored-by: soraefir Reviewed-on: #160
This commit is contained in:
7
src/template/module/journey/map/hotel.pug
Normal file
7
src/template/module/journey/map/hotel.pug
Normal file
@ -0,0 +1,7 @@
|
||||
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)")
|
Reference in New Issue
Block a user