This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-12-12 09:29:58 +07:00
parent c7bb9e9842
commit 274f903d04
2 changed files with 59 additions and 1 deletions

View file

@ -20,7 +20,14 @@ import MapCheck from '@/components/MapCheckin.vue'
import { useCounterMixin } from '@/stores/mixin'
const mixin = useCounterMixin()
const { date2Thai, showLoader, hideLoader, messageError, dialogRemove } = mixin
const {
date2Thai,
showLoader,
hideLoader,
messageError,
dialogRemove,
success,
} = mixin
const router = useRouter()
const $q = useQuasar()