Skip to content

Commit ec1b91d

Browse files
committedMar 26, 2025·
fix: broken map marker option resolving
Fixes #439
1 parent 2621b84 commit ec1b91d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

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

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ function normalizeAdvancedMapMarkerOptions(_options?: google.maps.marker.Advance
182182
lng: 0,
183183
}
184184
}
185+
return opts
185186
}
186187
187188
async function createAdvancedMapMarker(_options?: google.maps.marker.AdvancedMarkerElementOptions | `${string},${string}`) {

0 commit comments

Comments
 (0)
Please sign in to comment.