Skip to content

Commit 3c4f6ef

Browse files
authored
Update Maps.vue
1 parent 0f39c9f commit 3c4f6ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Maps.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</h2>
77
<GoogleMapLoader
88
:mapConfig="mapConfig"
9-
apiKey="AIzaSyBgZZK8umUqJn8d5CoIZqWPJ_qtMfqD9q0"
9+
apiKey="YOUR_API_KEY"
1010
>
1111
</GoogleMapLoader>
1212
</b-col>
@@ -35,4 +35,4 @@ export default {
3535
},
3636
}
3737
};
38-
</script>
38+
</script>

0 commit comments

Comments
 (0)