refine: convert chinese to english

This commit is contained in:
Pan
2017-09-15 13:45:09 +08:00
parent 3a3cfcc69a
commit 3f4e9cc50f
3 changed files with 26 additions and 25 deletions

View File

@@ -1,13 +1,14 @@
import Vue from 'vue'
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-default/index.css'
import locale from 'element-ui/lib/locale/lang/en'
import App from './App'
import router from './router'
import store from './store'
import '@/icons' // icon
import '@/permission' // 权限
Vue.use(ElementUI)
Vue.use(ElementUI, { locale })
Vue.config.productionTip = false