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

AttributeDescriptionTypeAccepted ValuesDefault
localeLocale ObjectLanguagelanguagesEnglish
tableTable ObjectObject-{ sort: { ascending: 'ascending', descending: 'descending'}}

ConfigProvider Slots

NameDescriptionScope
-customize default contentconfig: provided global config (inherited from the top)
Last Updated:
Contributors: Tam Mai