Fix a bug with markers

This commit is contained in:
Lucas Verney 2018-08-20 12:03:55 +02:00
parent 490725cb7f
commit 017bf34ca5
1 changed files with 4 additions and 0 deletions

View File

@ -4,10 +4,14 @@
<script>
import L from 'leaflet';
import { LMarker } from 'vue2-leaflet';
import { REPORT_TYPES } from '@/constants';
export default {
components: {
'v-lmarker': LMarker,
},
props: {
marker: Object,
},