花裤衩 5 anni fa
parent
commit
35ea50deea
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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
 Vue.use(ElementUI, { locale })
+// 如果想要中文版 element-ui,按如下方式声明
+// Vue.use(ElementUI)
 
 Vue.config.productionTip = false