fix tooltips
This commit is contained in:
parent
896aca3a65
commit
b65ae906b2
|
@ -1,6 +1,9 @@
|
|||
import {vTooltip, options} from 'floating-vue';
|
||||
|
||||
options.themes.tooltip.delay.show = 0;
|
||||
options.themes.tooltip.distance = 15;
|
||||
options.themes.tooltip.delay.hide = 2000;
|
||||
options.themes.tooltip.autoHideOnMousedown = true;
|
||||
options.themes.tooltip.html = true;
|
||||
options.themes.tooltip.handleResize = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue