Skip to content

Commit

Permalink
feat: 🎸 修改入口文件引入examples
Browse files Browse the repository at this point in the history
  • Loading branch information
zuley committed Nov 27, 2022
1 parent 8172b6c commit 69d233b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script type="module" src="/examples/main.ts"></script>
</body>
</html>

0 comments on commit 69d233b

Please sign in to comment.