show map and how to arrive in place page

This commit is contained in:
sedum
2023-05-19 18:26:57 +02:00
parent e711754e49
commit 40ac4246ec
4 changed files with 72 additions and 43 deletions

View File

@@ -177,7 +177,7 @@ v-container#event.h-event.pa-2.pa-sm-2(itemscope itemtype="https://schema.org/Ev
EmbedEvent(:event='event' @close='showEmbed=false')
v-dialog(v-show='settings.allow_geolocation && event.place.latitude && event.place.longitude' v-model='mapModal' :fullscreen='$vuetify.breakpoint.xsOnly' destroy-on-close)
EventMapDialog(:event='event' @close='mapModal=false')
EventMapDialog(:place='event.place' @close='mapModal=false')
</template>
<script>