1
0
forked from qq1244/vue-beta
Files
vue-beta/index.html

19 lines
444 B
HTML
Raw Normal View History

<!doctype html>
2025-06-20 10:28:06 +08:00
<html lang="">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-06-20 10:28:06 +08:00
<title>Vite App</title>
<script>
if (typeof global === 'undefined') {
window.global = window
}
</script>
2025-06-20 10:28:06 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>