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.

API

Props

NameDescriptionTypeDefault
localethe locale Object.object-
reloadModeIf multiple component properties are changed at once. 'all' means reload them in sequence; 'once' means reload only once after the last property has been changed.enum-

Slots

NameDescription
defaultDefault slot content of the vm-config-provider component.

Source

Docs