antd-design-vue date and time selection box displays English

Add the following code to app.vue

import dayjs from 'dayjs';
import 'dayjs/locale/zh-cn';
dayjs.locale('zh-cn');

Guess you like

Origin blog.csdn.net/qq_42975676/article/details/130506239