2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-05-29 02:34:06 +03:00
Files
mengxiong10 1325d41225 vue3 base
2020-11-11 16:56:17 +08:00

13 lines
271 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>