fix(front): don't load leaflet in the background
This commit is contained in:
parent
6bc2d7c970
commit
a70bad568b
|
@ -271,6 +271,7 @@
|
|||
>
|
||||
<template #default>
|
||||
<event-map
|
||||
v-if="showMap"
|
||||
:routingType="routingType ?? RoutingType.OPENSTREETMAP"
|
||||
:address="event.physicalAddress"
|
||||
@close="showMap = false"
|
||||
|
|
Loading…
Reference in a new issue