mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 18:27:40 +08:00
477519a52e
- Add vite config for local dev
15 lines
371 B
HTML
15 lines
371 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Element Plus App</title>
|
|
<!-- element css cdn -->
|
|
</head>
|
|
<body>
|
|
<div id="play"></div>
|
|
<script type="module" src="/main.ts"></script>
|
|
</body>
|
|
</html>
|