Skip to content

Commit a6be996

Browse files
committed
Updated Readme.md
1 parent 55449ed commit a6be996

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ Option | Type | Default | Description
8484
------------- | ------------- | ------------- | -------------
8585
tooltip-side="" | String('left','right','top','bottom') | 'top' | Set your tooltip to show on `left` or `right` or `top` or `bottom` position
8686
tooltip-template="" | String() | '' | Set your tooltip template (HTML or just Text)
87+
| | | **to know**: don't use it togheter with `tooltip-template-url` attribute, use only one of them
8788
tooltip-template-url="" | String() | '' | Set your external tooltip template PATH
89+
| | | **to know**: don't use it togheter with `tooltip-template` attribute, use only one of them
8890
tooltip-smart="" | String(Boolean) | false | Set the tooltip to automatically search the best position on the screen
8991
tooltip-show-trigger="" | String('event1 event2') | 'mouseover' | Show the tooltip on specific event/events
9092
tooltip-hide-trigger="" | String('event1 event2') | 'mouseleave' | Hide the tooltip on specific event/events

0 commit comments

Comments
 (0)