mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 12:18:51 +00:00
fix(shopItem): correct syntax for popover triggers, fix #12638
This commit is contained in:
parent
2c34972629
commit
362dea6c5c
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
|||
<b-popover
|
||||
v-if="showPopover"
|
||||
:target="itemId"
|
||||
triggers="hover, focus"
|
||||
triggers="hover focus"
|
||||
:placement="popoverPosition"
|
||||
>
|
||||
<slot
|
||||
|
|
|
|||
Loading…
Reference in a new issue