Skip to content

Commit 6f4805f

Browse files
committed
chore: lint
1 parent d65ab71 commit 6f4805f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/runtime/components/ScriptGoogleMaps.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const { load, status, onLoaded } = useScriptGoogleMaps({
121121
scriptOptions: {
122122
trigger,
123123
},
124-
...props.mapOptions
124+
...props.mapOptions,
125125
})
126126
127127
const options = computed(() => {

src/runtime/registry/google-maps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function useScriptGoogleMaps<T extends GoogleMapsApi>(_options?: GoogleMa
5656
callback: 'google.maps.__ib__',
5757
...language,
5858
...region,
59-
...version
59+
...version,
6060
}),
6161
},
6262
clientInit: import.meta.server

0 commit comments

Comments
 (0)