From 881f3547f2d169eab1d7b27a5edc46adf1d2f6d1 Mon Sep 17 00:00:00 2001 From: "Haytham A. Salama" Date: Thu, 22 Jun 2023 19:38:04 +0300 Subject: [PATCH] docs(ComponentCard): preview component only (#302) --- docs/components/content/ComponentCard.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/components/content/ComponentCard.vue b/docs/components/content/ComponentCard.vue index 3987066a..e4a3144c 100644 --- a/docs/components/content/ComponentCard.vue +++ b/docs/components/content/ComponentCard.vue @@ -47,7 +47,7 @@ - + @@ -100,6 +100,10 @@ const props = defineProps({ overflowClass: { type: String, default: '' + }, + previewOnly: { + type: Boolean, + default: false } })