feature: setup router

This commit is contained in:
SRP-mango 2023-07-15 15:03:08 +07:00
parent 15717d221f
commit 5cd87926de
18 changed files with 202 additions and 479 deletions

View file

@ -4,10 +4,10 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title>
<title>Vite + Vue</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>