Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Aug 7, 2024
1 parent 82d3659 commit 28cc189
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/components/content/GoogleMapsDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const center = ref()
const maps = ref()
const query = ref({
lat: -37.7995487,
lat: -37.7995487,
lng: 144.9867841,
})
Expand Down Expand Up @@ -59,10 +59,10 @@ function handleReady({ map }) {
Center: {{ center }}
</template>
</UAlert>
<UButton @click="addMarker" type="button" class="">
<UButton type="button" class="" @click="addMarker">
Add Marker
</UButton>
<UButton v-if="markers.length" @click="removeMarkers" type="button" color="gray" variant="ghost" class="">
<UButton v-if="markers.length" type="button" color="gray" variant="ghost" class="" @click="removeMarkers">
Remove Markers
</UButton>
</div>
Expand Down

0 comments on commit 28cc189

Please sign in to comment.