This commit is contained in:
2025-05-18 21:20:50 +07:00
parent f5fb8f6a1a
commit d667590862
8 changed files with 307 additions and 65 deletions
+7
View File
@@ -0,0 +1,7 @@
<script setup lang="ts">
import LoginWindow from '@/components/LoginWindow.vue';
</script>
<template>
<LoginWindow />
</template>