vueComponent/ant-design-vue

悬浮按钮target属性类型错误

Closed this issue · 0 comments

  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

4.2.1

Environment

Reproduction link

https://antdv.com/components/float-button-cn#api
CleanShot 2024-05-14 at 08 28 48@2x

target: functionType<() => Window | HTMLElement | null>(),

Steps to reproduce

What is expected?

float-button target属性支持String类型

What is actually happening?

float-button target属性不支持String类型