Loading src/components/LCircle.vue +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ export default { const { options, methods } = setupCircle(props, leafletObject, context); onMounted(async () => { const { circle, DomEvent } = useGlobalLeaflet const { circle, DomEvent }: typeof L = useGlobalLeaflet ? WINDOW_OR_GLOBAL.L : await import("leaflet/dist/leaflet-src.esm"); Loading src/components/LCircleMarker.vue +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ export default { ); onMounted(async () => { const { circleMarker, DomEvent } = useGlobalLeaflet const { circleMarker, DomEvent }: typeof L = useGlobalLeaflet ? WINDOW_OR_GLOBAL.L : await import("leaflet/dist/leaflet-src.esm"); Loading src/components/LControl.vue +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ export default { const { options, methods } = setupControl(props, leafletObject); onMounted(async () => { const { Control, DomEvent } = useGlobalLeaflet const { Control, DomEvent }: typeof L = useGlobalLeaflet ? WINDOW_OR_GLOBAL.L : await import("leaflet/dist/leaflet-src.esm"); Loading src/components/LControlAttribution.vue +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ export default { const { options, methods } = setupControlAttribution(props, leafletObject); onMounted(async () => { const { control } = useGlobalLeaflet const { control }: typeof L = useGlobalLeaflet ? WINDOW_OR_GLOBAL.L : await import("leaflet/dist/leaflet-src.esm"); Loading src/components/LControlLayers.vue +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ export default { const { options, methods } = setupControlLayers(props, leafletObject); onMounted(async () => { const { control } = useGlobalLeaflet const { control }: typeof L = useGlobalLeaflet ? WINDOW_OR_GLOBAL.L : await import("leaflet/dist/leaflet-src.esm"); Loading Loading
src/components/LCircle.vue +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ export default { const { options, methods } = setupCircle(props, leafletObject, context); onMounted(async () => { const { circle, DomEvent } = useGlobalLeaflet const { circle, DomEvent }: typeof L = useGlobalLeaflet ? WINDOW_OR_GLOBAL.L : await import("leaflet/dist/leaflet-src.esm"); Loading
src/components/LCircleMarker.vue +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ export default { ); onMounted(async () => { const { circleMarker, DomEvent } = useGlobalLeaflet const { circleMarker, DomEvent }: typeof L = useGlobalLeaflet ? WINDOW_OR_GLOBAL.L : await import("leaflet/dist/leaflet-src.esm"); Loading
src/components/LControl.vue +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ export default { const { options, methods } = setupControl(props, leafletObject); onMounted(async () => { const { Control, DomEvent } = useGlobalLeaflet const { Control, DomEvent }: typeof L = useGlobalLeaflet ? WINDOW_OR_GLOBAL.L : await import("leaflet/dist/leaflet-src.esm"); Loading
src/components/LControlAttribution.vue +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ export default { const { options, methods } = setupControlAttribution(props, leafletObject); onMounted(async () => { const { control } = useGlobalLeaflet const { control }: typeof L = useGlobalLeaflet ? WINDOW_OR_GLOBAL.L : await import("leaflet/dist/leaflet-src.esm"); Loading
src/components/LControlLayers.vue +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ export default { const { options, methods } = setupControlLayers(props, leafletObject); onMounted(async () => { const { control } = useGlobalLeaflet const { control }: typeof L = useGlobalLeaflet ? WINDOW_OR_GLOBAL.L : await import("leaflet/dist/leaflet-src.esm"); Loading