add:添加指令管理的国际化语言版本
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import zhLocale from 'element-ui/lib/locale/lang/zh-CN'
|
||||
import zh from './zh-CN'
|
||||
import menu from './device/zh'
|
||||
import menu from './menu/zh'
|
||||
import param from './param/zh'
|
||||
import instruction from './instruction/zh'
|
||||
|
||||
export default {
|
||||
...zhLocale,
|
||||
...zh,
|
||||
...menu,
|
||||
...param
|
||||
...param,
|
||||
...instruction
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user