diff --git a/components/I18nHost.ce.vue b/components/I18nHost.ce.vue index b7ee764b1..ba53a5503 100644 --- a/components/I18nHost.ce.vue +++ b/components/I18nHost.ce.vue @@ -36,13 +36,6 @@ const i18n = createI18n({ }); provide(I18nInjectionKey, i18n); - -export interface Props { - locale?: string; -} -withDefaults(defineProps(), { - locale: defaultLocale, -});