We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13bd26 commit 5ad0080Copy full SHA for 5ad0080
src/runtime/components/ScriptGoogleMaps.vue
@@ -1,6 +1,6 @@
1
<script lang="ts" setup>
2
/// <reference types="google.maps" />
3
-import { computed, onBeforeUnmount, onMounted, ref, watch, toRaw, resolveComponent } from 'vue'
+import { computed, onBeforeUnmount, onMounted, ref, watch, toRaw } from 'vue'
4
import type { HTMLAttributes, ImgHTMLAttributes, Ref, ReservedProps } from 'vue'
5
import { withQuery } from 'ufo'
6
import type { QueryObject } from 'ufo'
0 commit comments