Skip to content

Commit 0112ac7

Browse files
authored
Merge pull request #961 from dnum-mi/fix/957
fix: 🐛 fix DsfrTooltip type button in form (on click submit form beca…
2 parents d9a4ef9 + 3bcc926 commit 0112ac7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/DsfrTooltip/DsfrTooltip.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ const onClick = () => {
126126

127127
<template>
128128
<component
129+
v-bind="$attrs"
129130
:is="onHover ? 'a' : 'button'"
130131
:id="`link-${id}`"
131132
ref="source"

0 commit comments

Comments
 (0)