We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://codesandbox.io/p/sandbox/tdesign-vue-next-cascader-base-demo-forked-l2p6fh?workspaceId=b99b6f23-3ccd-4e72-b273-549ab3968582
options 数组中的 label 使用function 声明
当使用function定义 label 时,根据类型声明中,function 的第一个参数应该是 vue 的 h 函数。同时选项的 title 属性应该正常显示。
当使用function定义 label 时,根据类型声明中,function 的第一个参数并非 vue 的 h 函数。同时选项的 title 为function 代码。
The text was updated successfully, but these errors were encountered:
👋 @McPorkChop,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
No branches or pull requests
重现链接
https://codesandbox.io/p/sandbox/tdesign-vue-next-cascader-base-demo-forked-l2p6fh?workspaceId=b99b6f23-3ccd-4e72-b273-549ab3968582
重现步骤
options 数组中的 label 使用function 声明
期望结果
当使用function定义 label 时,根据类型声明中,function 的第一个参数应该是 vue 的 h 函数。同时选项的 title 属性应该正常显示。
实际结果
当使用function定义 label 时,根据类型声明中,function 的第一个参数并非 vue 的 h 函数。同时选项的 title 为function 代码。
补充说明
The text was updated successfully, but these errors were encountered: