-
Notifications
You must be signed in to change notification settings - Fork 655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
map is not showing #126
Comments
Hi, I think there's a few people (I'm one of them) who would appreciate a bit of advice here. We've hit the exact same problem, and the example doesn't help. |
I found you have to specify a width / height to the map in order for it to show. |
@Profile @OctaneInteractive @ImTheDeveloper remember disable adblocks. |
@KsCorrales |
@thavoo jajajajjajaja laraveles presente, try this package is for vue2 https://github.com/xkjyeah/vue-google-maps works for me. :3 |
import {load, Map, Marker} from 'vue-google-maps'}
load('KEY','3.26')
center: {lat: 10.0, lng: 10.0},
<map
:center="center"
:zoom="7"
//RESULT
<map center="[object Object]" zoom="7"
The text was updated successfully, but these errors were encountered: