Skip to content

Commit 02719b8

Browse files
author
weiwait
committed
优化
1 parent be2ba7d commit 02719b8

File tree

9 files changed

+472
-417
lines changed

9 files changed

+472
-417
lines changed

index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
</head>
99
<body>
1010
<div id="app"></div>
11-
<script type="module" src="/src/main.ts"></script>
11+
<script type="module">
12+
import('./src/main.ts')()
13+
</script>
1214
</body>
1315
</html>

0 commit comments

Comments
 (0)