Skip to content

Commit

Permalink
Fix vue lib URL (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
YipingRuan authored Apr 25, 2024
1 parent 35118fe commit 9dafc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BinaryKits.Zpl.Viewer.WebApi/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>BinaryKits.Zpl.Viewer.WebApi</title>
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vue@3.4.25/dist/vue.global.js"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="https://unpkg.com/bootstrap/dist/js/bootstrap.js"></script>
<link rel="stylesheet" href="https://unpkg.com/bootstrap/dist/css/bootstrap.css" />
Expand Down

0 comments on commit 9dafc53

Please sign in to comment.