You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Help to register the component locally so that Google map works only where it is needed.
Without using global registration createApp(App)
.use(VueGoogleMaps, {
load: {
key: '',
},
}).
How to pass to local component
key: 'YOUR_API_KEY_COMES_HERE',
in props
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! Help to register the component locally so that Google map works only where it is needed.
Without using global registration createApp(App)
.use(VueGoogleMaps, {
load: {
key: '',
},
}).
How to pass to local component
key: 'YOUR_API_KEY_COMES_HERE',
in props
thanks for any help
Beta Was this translation helpful? Give feedback.
All reactions