mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-08 05:24:48 +02:00
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import { I18nLocales, I18nSchema } from '../i18n';
|
|
import { useI18n } from 'vue-i18n';
|
|
|
|
export default function () {
|
|
return useI18n<[I18nSchema], I18nLocales>();
|
|
} |