Loading src/components/LGridLayer.vue +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ export default { }); onUnmounted(() => { leafletRef.value.off("tileunload", methods.unLoad); leafletRef.value.off("tileunload", methods.onUnload); }); return { root, ready, leafletObject: leafletRef }; Loading src/components/LMap.vue +1 −0 Original line number Diff line number Diff line Loading @@ -365,6 +365,7 @@ export default { onBeforeUnmount(() => { if (blueprint.leafletRef) { blueprint.leafletRef.off(); blueprint.leafletRef.remove(); } }); Loading Loading
src/components/LGridLayer.vue +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ export default { }); onUnmounted(() => { leafletRef.value.off("tileunload", methods.unLoad); leafletRef.value.off("tileunload", methods.onUnload); }); return { root, ready, leafletObject: leafletRef }; Loading
src/components/LMap.vue +1 −0 Original line number Diff line number Diff line Loading @@ -365,6 +365,7 @@ export default { onBeforeUnmount(() => { if (blueprint.leafletRef) { blueprint.leafletRef.off(); blueprint.leafletRef.remove(); } }); Loading