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: src/config-provider/demos/enUS/index.demo-entry.md
+71-1Lines changed: 71 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ size.vue
26
26
| abstract |`boolean`|`false`| If `n-config-provider` has no wrapper DOM ||
27
27
| breakpoints |`{ [k: string]: number }`|`{ xs: <640, s: ≥640, m: ≥1024, l: ≥1280, xl: ≥1536, xxl: ≥1920 }`| Responsive breakpoints, it will be used in `n-grid`. The prop is not responsive, you need to set it on its first mount. ||
28
28
| cls-prefix |`string`|`undefined`| The class prefix of all inner components. (Since `2.40.0`) If you don't set the `cls-prefix` prop of `n-config-provider`, it will inherit the class prefix from its parent by default. Note that this prop is not reactive. ||
29
-
| component-options |`GlobalComponentConfig`|`undefined`| Global component options. `renderEmpty` can be configured per component. If set to `undefined` it will inherit its parent `n-config-provider`. ||
29
+
| component-options |`GlobalComponentConfig`|`undefined`| Global component options. Some props can be configured per component. If set to `undefined` it will inherit its parent `n-config-provider`. ||
30
30
| date-locale |`DateLocale \| null`|`undefined`| The date locale object to be consumed by its child. If set to `null` it will use the default `dateEnUS` locale. If set to `undefined` it will inherit its parent `n-config-provider`. ||
31
31
| inline-theme-disabled |`boolean`|`false`| Whether to disabled inline theme CSS variables. If you won't change theme overrides frequently in client side, and need SSR or make devtools looks clear. You can enable the prop. Note that the prop is not responsive. | 2.26.0 |
32
32
| katex |`object`|`undefined`| Katex object for `n-equation`. | 2.34.0 |
0 commit comments