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