This commit is contained in:
Thanaphon Saengchan 2025-09-05 15:58:50 +07:00
commit ca5f34321c
9 changed files with 6441 additions and 0 deletions

6
app/app.vue Normal file
View file

@ -0,0 +1,6 @@
<template>
<div>
<NuxtRouteAnnouncer />
<NuxtWelcome />
</div>
</template>