From 06b07e292e9b29359926273fcacb6d25aa440f10 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 23 May 2022 12:17:42 +0200 Subject: [PATCH] fix(Card): prevent double class --- src/runtime/components/layout/Card.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/runtime/components/layout/Card.vue b/src/runtime/components/layout/Card.vue index a1a2645c..b0d9c5e7 100644 --- a/src/runtime/components/layout/Card.vue +++ b/src/runtime/components/layout/Card.vue @@ -107,5 +107,8 @@ const cardClass = computed(() => {