You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/config-provider/index.en-US.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Some components use dynamic style to support wave effect. You can config `csp` p
59
59
| locale | language package setting, you can find the packages in [ant-design-vue/es/locale](http://unpkg.com/ant-design-vue/es/locale/)| object | - | 1.5.0 |
60
60
| pageHeader | Unify the ghost of pageHeader ,Ref [pageHeader]\(<(/components/page-header)> | { ghost:boolean } | 'true' | 1.5.0 |
61
61
| prefixCls | set prefix class | string | ant ||
62
-
| renderEmpty | set empty content of components. Ref [Empty](/components/empty/)| slot-scope \| Function(componentName: string): ReactNode| - ||
62
+
| renderEmpty | set empty content of components. Ref [Empty](/components/empty/)| slot-scope \| Function(componentName: string): VNode| - ||
63
63
| space | Set Space `size`, ref [Space](/components/space)| { size: `small`\|`middle`\|`large`\|`number` } | - | 3.0 |
64
64
| transformCellText | Table data can be changed again before rendering. The default configuration of general user empty data. | Function({ text, column, record, index }) => any | - | 1.5.4 |
65
65
| virtual | Disable virtual scroll when set to false | boolean | true | 3.0 |
0 commit comments