Skip to content

Commit 12fe1b0

Browse files
committed
Async google maps loading in the demo
1 parent c4f5a8e commit 12fe1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- Load demo js -->
1111
<script type="module" src="demo/bundle.min.js"></script>
1212
<!-- Load Google Maps JavaScript API -->
13-
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBQSLAwuvTBUrsDpwe17SFdIHo4PJXE1-Q&callback=initMap"></script>
13+
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBQSLAwuvTBUrsDpwe17SFdIHo4PJXE1-Q&loading=async&callback=initMap"></script>
1414
</head>
1515
<body>
1616
<div id="map"></div>

0 commit comments

Comments
 (0)