修复了关于与插件的语言
This commit is contained in:
@@ -26,6 +26,7 @@ const i18nSymbol = Symbol();
|
||||
export function provideI18n(i18nConfig: Config) {
|
||||
const i18n = createI18n(i18nConfig);
|
||||
provide(i18nSymbol, i18n);
|
||||
return i18n;
|
||||
}
|
||||
|
||||
export function useI18n() {
|
||||
|
||||
Reference in New Issue
Block a user