Skip to content

Commit 7fa69ec

Browse files
committed
load Vue via async
1 parent 8ffe70d commit 7fa69ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" type="text/css" href="styles.css"/>
88
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
99
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
10-
<script src="https://unpkg.com/vue@2.4.2/dist/vue.min.js"></script>
10+
<script src="https://unpkg.com/vue@2.4.2/dist/vue.min.js" async></script>
1111
<title>Public APIs</title>
1212
</head>
1313
<header>

0 commit comments

Comments
 (0)