From 4d8dbfb912659a22bb7ce8efc06b0c17c23e5dca Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 16 May 2023 12:57:26 +0200 Subject: [PATCH] chore(Card): add `as` prop --- src/runtime/components/layout/Card.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/runtime/components/layout/Card.vue b/src/runtime/components/layout/Card.vue index f1c4ff59..bc0c0bbc 100644 --- a/src/runtime/components/layout/Card.vue +++ b/src/runtime/components/layout/Card.vue @@ -1,6 +1,6 @@