未验证 提交 a2784dd6 编写于 作者: P Phạm Ngọc Hòa 提交者: GitHub

perf: change default element-ui language to english (#2741)

上级 fc26c310
...@@ -6,6 +6,7 @@ import 'normalize.css/normalize.css' // a modern alternative to CSS resets ...@@ -6,6 +6,7 @@ import 'normalize.css/normalize.css' // a modern alternative to CSS resets
import Element from 'element-ui' import Element from 'element-ui'
import './styles/element-variables.scss' import './styles/element-variables.scss'
import enLang from 'element-ui/lib/locale/lang/en'// 如果使用中文语言包请默认支持,无需额外引入,请删除该依赖
import '@/styles/index.scss' // global css import '@/styles/index.scss' // global css
...@@ -33,7 +34,8 @@ if (process.env.NODE_ENV === 'production') { ...@@ -33,7 +34,8 @@ if (process.env.NODE_ENV === 'production') {
} }
Vue.use(Element, { Vue.use(Element, {
size: Cookies.get('size') || 'medium' // set element-ui default size size: Cookies.get('size') || 'medium', // set element-ui default size
locale: enLang // 如果使用中文,无需设置,请删除
}) })
// register global utility filters // register global utility filters
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册