fix: i18n

This commit is contained in:
xiaoxian521
2022-03-14 12:35:25 +08:00
parent 0bba4b7d64
commit bef0d9234e
2 changed files with 3 additions and 3 deletions

View File

@@ -67,6 +67,6 @@ export const i18n: I18n = createI18n({
messages: localesConfigs
});
export function usI18n(app: App) {
export function useI18n(app: App) {
app.use(i18n);
}