change vue2 to vue3

This commit is contained in:
veypi
2021-10-28 17:22:10 +08:00
parent 82b64a4bb2
commit c74c332e6a
53 changed files with 2253 additions and 9836 deletions
+13
View File
@@ -0,0 +1,13 @@
<!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>Vite App</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>