Skip to content

Commit

Permalink
🐛fix(example/html): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ten-K committed Nov 29, 2022
1 parent 3b812c9 commit a47ab06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/Html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="../../dist/style.css" />
<link rel="stylesheet" href="https://unpkg.com/simple-worker-timer@1/dist/style.css" />
<style>
html,
body {
Expand All @@ -29,7 +29,7 @@
</div>
</body>
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
<script src="../../dist/index.umd.js"></script>
<script src="https://unpkg.com/simple-worker-timer@1/dist/index.umd.js"></script>
<script>
const { createApp } = Vue
const { SimpleWorkerTimer: timer } = SimpleWorkerTimer
Expand Down

0 comments on commit a47ab06

Please sign in to comment.