Fixing typo in readme
Seemed like the center should've been the object from data
This commit is contained in:
@@ -38,7 +38,7 @@ app.use(VueGoogleMaps, {
|
|||||||
```vue
|
```vue
|
||||||
<template>
|
<template>
|
||||||
<GMapMap
|
<GMapMap
|
||||||
:center="{lat: 51.093048, lng: 6.842120}"
|
:center="center"
|
||||||
:zoom="7"
|
:zoom="7"
|
||||||
map-type-id="terrain"
|
map-type-id="terrain"
|
||||||
style="width: 100vw; height: 900px"
|
style="width: 100vw; height: 900px"
|
||||||
|
|||||||
Reference in New Issue
Block a user