Skip to content

Commit de3b374

Browse files
authored
Merge pull request #706 from dnum-mi/fix/corrige-build-dsfr-tag
fix: 🐛 corrige build dsfr-tag
2 parents e28cff0 + 4b1e6fd commit de3b374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DsfrTag/DsfrTag.vue

Lines changed: 1 addition & 1 deletion
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)