🐛 Re: #232 - Fix tooltip arrow placement + other improvments

This commit is contained in:
Alicia Sykes
2021-09-18 17:47:25 +01:00
parent 744e962624
commit 4888f2a803
5 changed files with 91 additions and 29 deletions

View File

@@ -33,10 +33,7 @@ export default {
disabled: !this.title,
content: this.title,
trigger: 'hover focus',
hideOnTargetClick: true,
html: false,
placement: 'right-start',
delay: { show: 800, hide: 1000 },
placement: 'bottom-end',
},
};
},