From 03d0916f26ff3f824c23622c9a3f05285362046d Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Fri, 25 Oct 2024 16:33:49 +0700 Subject: [PATCH] refactor: move function to utile --- .../03_customer-management/ExpirationDate.vue | 11 ++--------- src/stores/utils/index.ts | 9 +++++++++ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/components/03_customer-management/ExpirationDate.vue b/src/components/03_customer-management/ExpirationDate.vue index 0b911957..f23c6343 100644 --- a/src/components/03_customer-management/ExpirationDate.vue +++ b/src/components/03_customer-management/ExpirationDate.vue @@ -1,16 +1,9 @@