We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f5a8e commit 12fe1b0Copy full SHA for 12fe1b0
index.html
@@ -10,7 +10,7 @@
10
<!-- Load demo js -->
11
<script type="module" src="demo/bundle.min.js"></script>
12
<!-- Load Google Maps JavaScript API -->
13
- <script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBQSLAwuvTBUrsDpwe17SFdIHo4PJXE1-Q&callback=initMap"></script>
+ <script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBQSLAwuvTBUrsDpwe17SFdIHo4PJXE1-Q&loading=async&callback=initMap"></script>
14
</head>
15
<body>
16
<div id="map"></div>
0 commit comments