Skip to content

Commit

Permalink
fix: šŸ› le DsfrTooltip type button in form (on click submit form becauā€¦
Browse files Browse the repository at this point in the history
ā€¦se no type on it)
  • Loading branch information
iNeoO committed Oct 17, 2024
1 parent bb4d8d4 commit 3bcc926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DsfrTooltip/DsfrTooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ const onClick = () => {

<template>
<component
v-bind="$attrs"
:is="onHover ? 'a' : 'button'"
:id="`link-${id}`"
ref="source"
Expand Down

0 comments on commit 3bcc926

Please sign in to comment.