refactor code & fixed location

This commit is contained in:
Warunee Tamkoo 2026-04-27 19:21:23 +07:00
parent 41c1aa8e45
commit 487a6b520e
23 changed files with 566 additions and 145 deletions

View file

@ -1,6 +1,6 @@
<script setup lang="ts">
import { ref, watch } from 'vue'
import { PropType } from 'vue'
import type { PropType } from 'vue'
import type { DataCheckIn } from '@/interface/index/Main'