Merge pull request #114 from AidanHibbard/patch-1

Fixing typo in readme
This commit is contained in:
Fawad Mirzad
2022-04-16 11:45:54 +02:00
committed by GitHub

View File

@@ -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"