Unverified Commit fa3de7bd authored by Aidan Hibbard's avatar Aidan Hibbard Committed by GitHub
Browse files

Fixing typo in readme

Seemed like the center should've been the object from data
parent 45513541
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ app.use(VueGoogleMaps, {
```vue
<template>
  <GMapMap
      :center="{lat: 51.093048, lng: 6.842120}"
      :center="center"
      :zoom="7"
      map-type-id="terrain"
      style="width: 100vw; height: 900px"