Skip to content

Commit 038b98d

Browse files
authoredDec 25, 2023
Merge pull request #707 from dnum-mi/develop
Develop
2 parents 8ca96ec + de3b374 commit 038b98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/DsfrTag/DsfrTag.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const iconProps = computed(() => dsfrIcon.value ? undefined : typeof props.icon
3535
:disabled="disabled"
3636
:class="{
3737
'fr-tag--sm': small,
38-
[icon]: dsfrIcon,
38+
[icon as string]: dsfrIcon,
3939
}"
4040
v-bind="linkProps"
4141
>

0 commit comments

Comments
 (0)