How to display Chinese in elementUI date Selector

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

clipboard.png
elementUI

clipboard.png
how to change this

Mar.01,2021

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.

Menu