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 5afac23 commit 35ea50dCopy full SHA for 35ea50d
src/main.js
@@ -30,6 +30,8 @@ if (process.env.NODE_ENV === 'production') {
30
31
// set ElementUI lang to EN
32
Vue.use(ElementUI, { locale })
33
+// 如果想要中文版 element-ui,按如下方式声明
34
+// Vue.use(ElementUI)
35
36
Vue.config.productionTip = false
37
0 commit comments