Skip to content

Commit 5ad0080

Browse files
committed
chore: clean up
1 parent f13bd26 commit 5ad0080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/runtime/components/ScriptGoogleMaps.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script lang="ts" setup>
22
/// <reference types="google.maps" />
3-
import { computed, onBeforeUnmount, onMounted, ref, watch, toRaw, resolveComponent } from 'vue'
3+
import { computed, onBeforeUnmount, onMounted, ref, watch, toRaw } from 'vue'
44
import type { HTMLAttributes, ImgHTMLAttributes, Ref, ReservedProps } from 'vue'
55
import { withQuery } from 'ufo'
66
import type { QueryObject } from 'ufo'

0 commit comments

Comments
 (0)