after I install it using the documentation"s npm installation method, I introduce a date selector as in the case, but the time is in English
elementUI
how to change this
after I install it using the documentation"s npm installation method, I introduce a date selector as in the case, but the time is in English
elementUI
how to change this
in main.js:
import Vue from 'vue'
import ElementUI from 'element-ui'
import locale from 'element-ui/lib/locale/lang/zh-CN'
Vue.use(ElementUI, { locale })
I want to change your business into English. I am now working in Chinese, how to switch to English.