Skip to content

Commit ba3604c

Browse files
authored
fix empty attribute error in FwbListGroupItem
1 parent 65d686a commit ba3604c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FwbListGroup/FwbListGroupItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<component
33
:is="componentTag"
44
:class="itemClasses"
5-
:[linkAttr]="linkTarget"
65
:target="showTarget ? target : undefined"
6+
v-bind="linkAttr ? { [linkAttr]: linkTarget } : {}"
77
>
88
<div
99
v-if="$slots.prefix"

0 commit comments

Comments
 (0)