From 08627c431188a447533d4345d73e9e13fd60e889 Mon Sep 17 00:00:00 2001 From: rzzf Date: Thu, 5 Feb 2026 13:54:45 +0800 Subject: [PATCH] fix: improve a11y for search results --- app/components/Package/Card.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/Package/Card.vue b/app/components/Package/Card.vue index d8781e6bf..7b96c5d92 100644 --- a/app/components/Package/Card.vue +++ b/app/components/Package/Card.vue @@ -168,6 +168,7 @@ const pkgDescription = useMarkdown(() => ({ :key="keyword" :pressed="props.filters?.keywords.includes(keyword)" :title="`Filter by ${keyword}`" + :data-result-index="index" @click.stop="emit('clickKeyword', keyword)" > {{ keyword }}