Skip to content

Commit

Permalink
chore: fix qr code src err
Browse files Browse the repository at this point in the history
  • Loading branch information
shellingfordly committed Sep 8, 2023
1 parent 628e85d commit e71cb8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<script src="/qrcode.min.js"></script>

<body>
<div id="app"></div>
<!-- <script src="./node_modules/qrcodejs/qrcode.js"></script> -->
<script type="module" src="/src/main.ts"></script>
</body>

Expand Down
1 change: 1 addition & 0 deletions public/qrcode.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e71cb8f

Please sign in to comment.