Skip to content

Commit 0369853

Browse files
authored
fix(prime-vue): remove 'Tooltip' from the component list (#191)
1 parent 49b16bb commit 0369853

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/resolvers/prime-vue.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ const components = [
8989
// Toast must be registered globally in order for the toast service to work properly
9090
'ToggleButton',
9191
'Toolbar',
92-
'Tooltip',
92+
// 'Tooltip',
93+
// Tooltip must be registered globally in order for the tooltip service to work properly
9394
'Tree',
9495
'TreeSelect',
9596
'TreeTable',

0 commit comments

Comments
 (0)