We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2a3b7 commit 506e194Copy full SHA for 506e194
showcases/vue-showcase/src/components/card/Card.vue
@@ -9,7 +9,7 @@ import DefaultComponent from "../DefaultComponent.vue";
9
<template
10
#example="{ exampleIndex, variantIndex, exampleName, exampleProps }"
11
>
12
- <button v-if="exampleProps?.behavior === 'interactive'">
+ <button type="button" aria-label="button copy" v-if="exampleProps?.behavior === 'interactive'">
13
<DBCard
14
:behavior="exampleProps?.behavior"
15
:elevationLevel="exampleProps?.elevationLevel"
0 commit comments