fix(shopItem): correct syntax for popover triggers, fix #12638
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
<b-popover
|
||||
v-if="showPopover"
|
||||
:target="itemId"
|
||||
triggers="hover, focus"
|
||||
triggers="hover focus"
|
||||
:placement="popoverPosition"
|
||||
>
|
||||
<slot
|
||||
|
||||
Reference in New Issue
Block a user