mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-15 02:48:44 +00:00
fix(front): fix map
Closes #1314 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
60aceb442a
commit
8f84ba1d08
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<div class="map-container">
|
||||
<l-map
|
||||
:zoom="mergedOptions.zoom"
|
||||
:style="`height: ${mergedOptions.height}; width: ${mergedOptions.width}`"
|
||||
:style="{ height: mergedOptions.height, width: mergedOptions.width }"
|
||||
class="leaflet-map"
|
||||
:center="[lat, lon]"
|
||||
@click="clickMap"
|
||||
|
|
Loading…
Add table
Reference in a new issue