Skip to content

Commit dda1bd5

Browse files
authored
update index.js
1 parent f0174a8 commit dda1bd5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

web/src/i18n/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
import Vue from 'vue'
22
import VueI18n from 'vue-i18n'
33
import elementEnLocale from 'element-ui/lib/locale/lang/en' // element-ui lang
4-
import elementZhCnLocale from 'element-ui/lib/locale/lang/zh-CN'// element-ui lang
5-
import elementEsLocale from 'element-ui/lib/locale/lang/es'// element-ui lang
6-
import elementZhTwLocale from 'element-ui/lib/locale/lang/zh-TW'// element-ui lang
7-
import elementRuLocale from 'element-ui/lib/locale/lang/ru-RU'// element-ui lang
4+
import elementZhCnLocale from 'element-ui/lib/locale/lang/zh-CN' // element-ui lang
5+
import elementEsLocale from 'element-ui/lib/locale/lang/es' // element-ui lang
6+
import elementZhTwLocale from 'element-ui/lib/locale/lang/zh-TW' // element-ui lang
7+
import elementRuLocale from 'element-ui/lib/locale/lang/ru-RU' // element-ui lang
88
import elementDeLocale from 'element-ui/lib/locale/lang/de' // element-ui lang
99
import enLocale from './en_US'
1010
import zhTWLocale from './zh_TW'
1111
import zhCNLocale from './zh_Hans'
1212
import esLocale from './es_ES'
13-
import ruLocale from './ru_RU';
14-
import deLocale from './de_DE';
13+
import ruLocale from './ru_RU'
14+
import deLocale from './de_DE'
1515

1616

1717
Vue.use(VueI18n)

0 commit comments

Comments
 (0)