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
发现组件代码都是通过透传来实现原生 antd 组件的属性定义:v-bind="$attrs" ;
v-bind="$attrs"
有办法使用 ts 来获得改进吗?期望在外面使用 t-ui-plus组件的时候,也能获得内部原生 antd 组件的 ts 提示;
The text was updated successfully, but these errors were encountered:
应该在组件内引入antd的props去声明
Sorry, something went wrong.
No branches or pull requests
发现组件代码都是通过透传来实现原生 antd 组件的属性定义:
v-bind="$attrs"
;有办法使用 ts 来获得改进吗?期望在外面使用 t-ui-plus组件的时候,也能获得内部原生 antd 组件的 ts 提示;
The text was updated successfully, but these errors were encountered: