Loading src/components/LMap.vue +2 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ import { computed, h, markRaw, nextTick, onBeforeUnmount, onMounted, Loading Loading @@ -345,7 +346,7 @@ export default { updateLeafletWrapper(registerControl, methods.registerControl); updateLeafletWrapper(registerLayerControl, methods.registerLayerControl); blueprint.leafletRef = map(root.value, options); blueprint.leafletRef = markRaw(map(root.value, options)); propsBinder(methods, blueprint.leafletRef, props); const listeners = remapEvents(context.attrs); Loading Loading
src/components/LMap.vue +2 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ import { computed, h, markRaw, nextTick, onBeforeUnmount, onMounted, Loading Loading @@ -345,7 +346,7 @@ export default { updateLeafletWrapper(registerControl, methods.registerControl); updateLeafletWrapper(registerLayerControl, methods.registerLayerControl); blueprint.leafletRef = map(root.value, options); blueprint.leafletRef = markRaw(map(root.value, options)); propsBinder(methods, blueprint.leafletRef, props); const listeners = remapEvents(context.attrs); Loading