浏览代码

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') {
30 30
 
31 31
 // set ElementUI lang to EN
32 32
 Vue.use(ElementUI, { locale })
33
+// 如果想要中文版 element-ui,按如下方式声明
34
+// Vue.use(ElementUI)
33 35
 
34 36
 Vue.config.productionTip = false
35 37