Skip to content

Commit

Permalink
perf: refine name && tips
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed May 4, 2020
1 parent 1d0443d commit aeb33b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ import Cookies from 'js-cookie'

import 'normalize.css/normalize.css' // a modern alternative to CSS resets

import elementLocale from 'element-ui/lib/locale/lang/en'

import Element from 'element-ui'
import './styles/element-variables.scss'
import enLang from 'element-ui/lib/locale/lang/en'// 如果使用中文语言包请默认支持,无需额外引入,请删除该依赖

import '@/styles/index.scss' // global css

Expand Down Expand Up @@ -36,7 +35,7 @@ if (process.env.NODE_ENV === 'production') {

Vue.use(Element, {
size: Cookies.get('size') || 'medium', // set element-ui default size
locale: elementLocale
locale: enLang // 如果使用中文,无需设置,请删除
})

// register global utility filters
Expand Down

0 comments on commit aeb33b1

Please sign in to comment.