load Vue via async
This commit is contained in:
parent
8ffe70daf1
commit
7fa69ecfd1
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="styles.css"/>
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
|
||||
<script src="https://unpkg.com/vue@2.4.2/dist/vue.min.js"></script>
|
||||
<script src="https://unpkg.com/vue@2.4.2/dist/vue.min.js" async></script>
|
||||
<title>Public APIs</title>
|
||||
</head>
|
||||
<header>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue