From 566285ea6a09760366529ae8eeb73df87a9fc09b Mon Sep 17 00:00:00 2001 From: puriphatt Date: Fri, 7 Jun 2024 02:42:21 +0000 Subject: [PATCH] fix: customer create card @click --- src/components/ItemCard.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/ItemCard.vue b/src/components/ItemCard.vue index 8a406ef2..c60abaf8 100644 --- a/src/components/ItemCard.vue +++ b/src/components/ItemCard.vue @@ -17,6 +17,8 @@ defineProps<{ height: 195px; " bordered + class="cursor-pointer" + @click="$emit('trigger')" >
@@ -27,8 +29,7 @@ defineProps<{ />