Imported l-control

This commit is contained in:
2021-09-07 15:11:20 +02:00
parent 4c0f2750fd
commit 24eabaec3a
3 changed files with 11 additions and 4 deletions

View File

@@ -44,7 +44,7 @@
</template>
<script>
import { LMarker, LIcon, LPolygon } from "vue2-leaflet";
import { LMarker, LIcon, LPolygon, LControl } from "vue2-leaflet";
export default {
props: {
@@ -144,6 +144,7 @@ export default {
LMarker,
LIcon,
LPolygon,
LControl,
},
};
</script>