refactor: locale --> locales

This commit is contained in:
菲鸽
2024-01-29 17:05:58 +08:00
parent 6376816d0b
commit f242e5fd41
5 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
/* eslint-disable no-param-reassign */
import { useUserStore } from '@/store'
import { UserInfo } from '@/typings'
import { translate as t } from '@/locale/index'
import { translate as t } from '@/locales/index'
type Data<T> = {
code: number