Skip to content

Commit

Permalink
fix(Tooltip): 修改构建报错 (DevCloudFE#1821)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyan95 authored Apr 9, 2024
1 parent d184e1b commit 9f4ded8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devui-vue/devui/tooltip/src/tooltip-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const tooltipProps = {
default: '',
},
teleport: {
type: [String, HTMLElement] as PropType<TeleportProps['to']>,
type: [String, Object] as PropType<TeleportProps['to']>,
default: 'body',
},
};
Expand Down

0 comments on commit 9f4ded8

Please sign in to comment.