Skip to content

Commit

Permalink
fixed reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Vayras committed Dec 1, 2024
1 parent 1be67bc commit 7e27f09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ component(
:key='members.length'
:opacity='members.length === 0 ? 0 : 0.95'
triggerElementSelector='.t-trigger'
direction='bottom-middle'
direction='bottom'
)
// The reason for using <component /> tag here instead of <tooltip /> and specifying 'key' attr is,
// to fix the bug where the link between the tooltip content(template(slot='tooltip') below) and the trigger target element(.t-trigger)
Expand Down

0 comments on commit 7e27f09

Please sign in to comment.