Skip to content

Commit

Permalink
🐛 fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiu-Jun committed Aug 19, 2024
1 parent 71ed438 commit 571d70d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/render/language/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* @Description:
* @Date: 2023-10-29 12:18:14
* @LastEditors: June
* @LastEditTime: 2023-11-01 12:01:24
* @LastEditTime: 2024-08-19 14:52:13
*/
import { createI18n } from 'vue-i18n'
import zh from 'view-ui-plus/dist/locale/zh-CN'
import en from 'view-ui-plus/dist/locale/en-US' //新版本把'iview'改成'view-design'
import zh from 'element-plus/es/locale/lang/zh-cn'
import en from 'element-plus/es/locale/lang/en'
import US from './en.json'
import CN from './zh.json'
import { getLocal, setLocal } from '@/utils/local'
Expand Down

0 comments on commit 571d70d

Please sign in to comment.