We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f849ec8 commit 2823313Copy full SHA for 2823313
admin/src/main.js
@@ -4,7 +4,7 @@ import 'normalize.css/normalize.css' // A modern alternative to CSS resets
4
5
import ElementUI from 'element-ui'
6
import 'element-ui/lib/theme-chalk/index.css'
7
-import locale from 'element-ui/lib/locale/lang/en' // lang i18n
+// import locale from 'element-ui/lib/locale/lang/en' // lang i18n
8
9
import '@/styles/index.scss' // global css
10
// 引入 layUI css
@@ -18,7 +18,8 @@ import '@/icons' // icon
18
import '@/permission' // permission control
19
20
// set ElementUI lang to EN
21
-Vue.use(ElementUI, { locale })
+// Vue.use(ElementUI, { locale })
22
+Vue.use(ElementUI)
23
24
Vue.config.productionTip = false
25
0 commit comments