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
+2 -6
View File
@@ -1,12 +1,8 @@
<script setup lang="ts">
import GameWindow from '@/components/GameWindow.vue';
// import TheWelcome from '../components/TheWelcome.vue'
</script>
<template>
<main>
<!-- <TheWelcome /> -->
<GameWindow />
</main>
<GameWindow />
</template>
+7
View File
@@ -0,0 +1,7 @@
<script setup lang="ts">
import LoginWindow from '@/components/LoginWindow.vue';
</script>
<template>
<LoginWindow />
</template>