Skip to content

Commit 7b67c74

Browse files
committed
fix(demo): fix demo highlight bug
1 parent 2e90cbc commit 7b67c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</head>
1010
<body>
1111
<div id="app"></div>
12-
<script src="http://cdn.bootcss.com/highlight.js/8.8.0/highlight.min.js"></script>
12+
<script src="//cdn.bootcss.com/highlight.js/8.8.0/highlight.min.js"></script>
1313
<!-- built files will be auto injected -->
1414
</body>
1515
</html>

0 commit comments

Comments
 (0)