Skip to content

Commit 506e194

Browse files
nmergetmfranzke
andauthored
Update showcases/vue-showcase/src/components/card/Card.vue
Co-authored-by: Maximilian Franzke <[email protected]>
1 parent af2a3b7 commit 506e194

File tree

1 file changed

+1
-1
lines changed
  • showcases/vue-showcase/src/components/card

1 file changed

+1
-1
lines changed

showcases/vue-showcase/src/components/card/Card.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import DefaultComponent from "../DefaultComponent.vue";
99
<template
1010
#example="{ exampleIndex, variantIndex, exampleName, exampleProps }"
1111
>
12-
<button v-if="exampleProps?.behavior === 'interactive'">
12+
<button type="button" aria-label="button copy" v-if="exampleProps?.behavior === 'interactive'">
1313
<DBCard
1414
:behavior="exampleProps?.behavior"
1515
:elevationLevel="exampleProps?.elevationLevel"

0 commit comments

Comments
 (0)