1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

update vue to v3

This commit is contained in:
Rob Ede
2023-07-18 22:54:35 +01:00
parent 60ecab2732
commit 9b2e24b1b3
9 changed files with 1189 additions and 30 deletions

View File

@ -1,11 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>webapp</title>
</head>
<body>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CORS Example</title>
</head>
<body>
<div id="app"></div>
</body>
<script type="module" src="/src/main.ts"></script>
</body>
</html>