Skip to content

Commit 1d6200b

Browse files
authored
Merge pull request #1057 from iNemesis/patch-1
feat(DsfrTabs): ajoute un binding pour les onglets
2 parents 4e7bd77 + 160b64c commit 1d6200b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/DsfrTabs/DsfrTabItem.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ watch(isVisible, () => {
5757
role="presentation"
5858
>
5959
<button
60+
v-bind="$attrs"
6061
:id="tabId"
6162
ref="button"
6263
:data-testid="`test-${tabId}`"

0 commit comments

Comments
 (0)