Fixes tooltip class name for roles component as well.

This commit is contained in:
mateuswetah 2024-05-07 15:58:23 -03:00
parent 6c37dce230
commit f2a5a09c46
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export default (element) => {
VueRoles.use(FloatingVue, {
popperTriggers: ['hover'],
themes: {
'taianacan-tooltip': {
'tainacan-tooltip': {
$extend: 'tooltip',
triggers: ['hover', 'focus', 'touch'],
html: true,