Skip to content

vue-i18n / general / ComponentI18nScope

Type Alias: ComponentI18nScope

ts
type ComponentI18nScope = Exclude<I18nScope, "local">;

Released under the MIT License.