File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
import Vue from 'vue'
2
2
import VueI18n from 'vue-i18n'
3
3
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
8
8
import elementDeLocale from 'element-ui/lib/locale/lang/de' // element-ui lang
9
9
import enLocale from './en_US'
10
10
import zhTWLocale from './zh_TW'
11
11
import zhCNLocale from './zh_Hans'
12
12
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'
15
15
16
16
17
17
Vue . use ( VueI18n )
You can’t perform that action at this time.
0 commit comments