From e06d24819ef2a872b84060c6a97857da81ea7beb Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:20:44 +0700 Subject: [PATCH] =?UTF-8?q?feat:=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=20=20emit=20trigger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 95aad1ae..8a406ef2 100644 --- a/src/components/ItemCard.vue +++ b/src/components/ItemCard.vue @@ -27,11 +27,12 @@ defineProps<{ />
-
{{ text }}
+
{{ $t(text) }}