We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d686a commit ba3604cCopy full SHA for ba3604c
src/components/FwbListGroup/FwbListGroupItem.vue
@@ -2,8 +2,8 @@
2
<component
3
:is="componentTag"
4
:class="itemClasses"
5
- :[linkAttr]="linkTarget"
6
:target="showTarget ? target : undefined"
+ v-bind="linkAttr ? { [linkAttr]: linkTarget } : {}"
7
>
8
<div
9
v-if="$slots.prefix"
0 commit comments