Skip to content

Commit f13bd26

Browse files
committed
chore: clean up
1 parent 3f7e408 commit f13bd26

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/runtime/components/ScriptAriaLoadingIndicator.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="sr-only" aria-label="Loading..." role="status" />
2+
<div class="sr-only" aria-label="Loading..." role="status" />
33
</template>
44

55
<style scoped>

src/runtime/components/ScriptGoogleMaps.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,6 @@ const rootAttrs = computed(() => {
441441
}) as HTMLAttributes
442442
})
443443
444-
const ScriptLoadingIndicator = resolveComponent('ScriptLoadingIndicator')
445-
446444
onBeforeUnmount(async () => {
447445
await Promise.all([...mapMarkers.value.entries()].map(([,marker]) => resetMapMarkerMap(marker)))
448446
mapMarkers.value.clear()

0 commit comments

Comments
 (0)