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