From 8bdba0598fa9a62df7f5c0e64168d9ae9d871192 Mon Sep 17 00:00:00 2001 From: Arshin Sikka Date: Fri, 11 Jul 2025 23:12:20 +0530 Subject: [PATCH 1/4] feat(cardstack): add custom id prop and bind id attribute on Card.vue (#2691) --- packages/vue-components/src/cardstack/Card.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/vue-components/src/cardstack/Card.vue b/packages/vue-components/src/cardstack/Card.vue index 79f2229411..d3d55a1f9c 100644 --- a/packages/vue-components/src/cardstack/Card.vue +++ b/packages/vue-components/src/cardstack/Card.vue @@ -1,5 +1,9 @@