lint
This commit is contained in:
parent
caa49744b2
commit
4f3c20f388
3 changed files with 6 additions and 4 deletions
|
|
@ -72,9 +72,8 @@
|
|||
<Popover
|
||||
v-if="button.name === 'bookmark'"
|
||||
class="chevron-popover"
|
||||
placement="bottom"
|
||||
:trigger="extra ? 'hover' : 'click'"
|
||||
:placement="extra ? 'right' : 'top'"
|
||||
:placement="extra ? 'right' : 'bottom'"
|
||||
:offset="extra ? { x: 10 } : { y: 10 }"
|
||||
:trigger-attrs="{ class: 'extra-button' }"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue