vxe-table
vxe-table copied to clipboard
不能将类型“{ size: "mini"; status: "error"; content: string; style: string; onClick: () => void; }”分配给类型“IntrinsicAttributes & VxeButtonProps & VxeButtonEventProps”。 类型“IntrinsicAttributes & VxeButtonProps & VxeButtonEventProps”上不存在属性“style”。
可复现的链接(必须为公开链接,仅包含能复现问题的示例代码):
https://stackblitz.com/edit/vitejs-vite-ac38swx1?file=src%2FApp.vue
是否已准备好复现链接与示例代码?
- [x] 我确定已准备好以上复现链接
问题描述与截图:
Can not pass style prop into vxe compontents because of type check, although it does effect,
期望的结果:
support style type check
操作系统:
ubuntu 22.04
浏览器版本:
chrome 142.0.7444.176
vue 版本:
3.5.24
vxe-pc-ui 版本:
4.10.27
vxe-table 版本:
4.17.17
是否使用当前最新版本?
- [x] 我确定已经更新到最新版本后依然存在该问题