Skip to content

Commit 5021ac2

Browse files
authored
fix(google-maps): missing types for <ScriptGoogleMaps/> (#560)
1 parent 8869a2e commit 5021ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/components/GoogleMaps/ScriptGoogleMaps.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const MAP_INJECTION_KEY = Symbol('map') as InjectionKey<{
2020
</script>
2121

2222
<script lang="ts" setup>
23-
interface PlaceholderOptions {
23+
export interface PlaceholderOptions {
2424
width?: string | number
2525
height?: string | number
2626
center?: string

0 commit comments

Comments
 (0)