From 28cc189eccf5c95c0830a6850e20e8145e4b8635 Mon Sep 17 00:00:00 2001 From: harlan Date: Wed, 7 Aug 2024 16:35:03 +1000 Subject: [PATCH] chore: lint --- docs/components/content/GoogleMapsDemo.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/content/GoogleMapsDemo.vue b/docs/components/content/GoogleMapsDemo.vue index 5df44b28..30b52424 100644 --- a/docs/components/content/GoogleMapsDemo.vue +++ b/docs/components/content/GoogleMapsDemo.vue @@ -6,7 +6,7 @@ const center = ref() const maps = ref() const query = ref({ - lat: -37.7995487, + lat: -37.7995487, lng: 144.9867841, }) @@ -59,10 +59,10 @@ function handleReady({ map }) { Center: {{ center }} - + Add Marker - + Remove Markers