Config Provider
Config Provider is used for providing global configurations, which enables your entire application to access these configurations everywhere.
i18n Configurations
Configure i18n related properties via Config Provider, to get language switching feature.
Config Provider Attributes
Attribute | Description | Type | Accepted Values | Default |
---|---|---|---|---|
locale | Locale Object | Language | languages | English |
table | Table Object | Object | - | { sort: { ascending: 'ascending', descending: 'descending'}} |
ConfigProvider Slots
Name | Description | Scope |
---|---|---|
- | customize default content | config: provided global config (inherited from the top) |