浏览代码

doc: perf zh docs

花裤衩 5 年之前
父节点
当前提交
35ea50deea
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/main.js

+ 2 - 0
src/main.js

@@ -30,6 +30,8 @@ if (process.env.NODE_ENV === 'production') {
 
 
 // set ElementUI lang to EN
 // set ElementUI lang to EN
 Vue.use(ElementUI, { locale })
 Vue.use(ElementUI, { locale })
+// 如果想要中文版 element-ui,按如下方式声明
+// Vue.use(ElementUI)
 
 
 Vue.config.productionTip = false
 Vue.config.productionTip = false