Skip to content

Commit 507062f

Browse files
committed
vue@next was giving 404 from CDN, set version explicitly
1 parent bf44069 commit 507062f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/web-app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>GraphQL Bench Report</title>
55
<meta charset="UTF-8" />
6-
<script src="https://unpkg.com/vue@next"></script>
6+
<script src="https://unpkg.com/vue@3.4.15"></script>
77
<!-- jQuery only used for tooltips on hover for charts, could reasonably be removed -->
88
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
99
<!-- D3 v4 required for MetricsGraphics.js charts -->

0 commit comments

Comments
 (0)