There was an error while loading. Please reload this page.
1 parent d184e1b commit 9f4ded8Copy full SHA for 9f4ded8
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