Add onLoad option to useStyle

This commit is contained in:
mertsincan 2024-03-30 23:49:34 +00:00
parent 3541f7af25
commit d0d0a38598
2 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,6 @@ const classes = {
};
export default BaseStyle.extend({
name: 'tooltip',
name: 'tooltip-directive',
classes
});