问题描识:今天使用element-plus的DateTimePicker控件时,发现显示的都是英文,如下图所示,接下来我教大家修改所有控件显示默认为中文 解决方案:在main.js,引入 import locale from 'element-plus/lib/locale/lang/zh-cn'; 然后注册element全局的时候用 .use(ElementPlus,{locale}) 问题解决: