mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +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
|
<b-popover
|
||||||
v-if="showPopover"
|
v-if="showPopover"
|
||||||
:target="itemId"
|
:target="itemId"
|
||||||
triggers="hover, focus"
|
triggers="hover focus"
|
||||||
:placement="popoverPosition"
|
:placement="popoverPosition"
|
||||||
>
|
>
|
||||||
<slot
|
<slot
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue