Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<ScriptGoogleMaps/>
1 parent 8869a2e commit 5021ac2Copy full SHA for 5021ac2
src/runtime/components/GoogleMaps/ScriptGoogleMaps.vue
@@ -20,7 +20,7 @@ export const MAP_INJECTION_KEY = Symbol('map') as InjectionKey<{
20
</script>
21
22
<script lang="ts" setup>
23
-interface PlaceholderOptions {
+export interface PlaceholderOptions {
24
width?: string | number
25
height?: string | number
26
center?: string
0 commit comments