Files
WonderQ-Project/WonderQ-Admin-UI-Vue/index.html
2026-08-25 22:48:10 +08:00

14 lines
380 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="WonderQ 管理端 Vue3 过渡版" />
<title>WonderQ 管理端</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>