feat(Tooltip): default delay from config

This commit is contained in:
Benjamin Canac
2024-01-24 14:51:49 +01:00
parent 7f5711bc76
commit 3400b56d82
2 changed files with 6 additions and 2 deletions

View File

@@ -24,5 +24,9 @@ export default {
popper: {
strategy: 'fixed'
},
default: {
openDelay: 0,
closeDelay: 0
},
arrow
}