From 7b0a6185723afbe5234d8e9c7ca6baeed70b350d Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 24 Jun 2024 18:05:22 +0700 Subject: [PATCH] fix bug --- src/stores/chekin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/chekin.ts b/src/stores/chekin.ts index 35c2855..66a37c4 100644 --- a/src/stores/chekin.ts +++ b/src/stores/chekin.ts @@ -9,7 +9,7 @@ const { date2Thai } = mixin /** store for checkin history*/ export const useChekIn = defineStore('checkin', () => { const year = ref(new Date().getFullYear()) - const rows = ref() + const rows = ref([]) const tab = ref('history') /**