migrate to vue

This commit is contained in:
2025-10-20 18:55:06 +02:00
parent 19eebd72df
commit 4527fc8c76
34 changed files with 2478 additions and 2442 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vault-icon.svg" />
@@ -7,8 +7,8 @@
<title>Browser Vault GUI</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>