We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6959a4d commit 5451f5cCopy full SHA for 5451f5c
packages/devui-vue/devui/tooltip/src/tooltip-types.ts
@@ -57,7 +57,7 @@ export const tooltipProps = {
57
default: '',
58
},
59
teleport: {
60
- type: [String, HTMLElement] as PropType<TeleportProps['to']>,
+ type: [String, Object] as PropType<TeleportProps['to']>,
61
default: 'body',
62
63
};
0 commit comments