Skip to content

Commit 26ee5a3

Browse files
committed
use minified Vue and move to footer
1 parent 67bd0d7 commit 26ee5a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<link rel="stylesheet" type="text/css" href="styles.css"/>
88
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
9-
<script src="https://unpkg.com/vue"></script>
109
<title>Public APIs</title>
1110
</head>
1211
<header>
@@ -51,5 +50,8 @@ <h3 class="center-text">
5150
</div>
5251
<script src="scripts.js"></script>
5352
</body>
53+
<footer>
54+
<script src="https://unpkg.com/vue@2.4.2/dist/vue.min.js"></script>
55+
</footer>
5456
</html>
5557

0 commit comments

Comments
 (0)