add items

This commit is contained in:
2025-05-17 13:22:56 +07:00
parent 03719832a3
commit 54bc523465
3 changed files with 52 additions and 6 deletions
+5 -2
View File
@@ -1,9 +1,12 @@
<script setup lang="ts">
import TheWelcome from '../components/TheWelcome.vue'
import GameWindow from '@/components/GameWindow.vue';
// import TheWelcome from '../components/TheWelcome.vue'
</script>
<template>
<main>
<TheWelcome />
<!-- <TheWelcome /> -->
<GameWindow />
</main>
</template>