Version
3.2.16
Environment
Vue 3.2.45
Steps to reproduce
Open the date range picker and you see the first day of the week is Sunday would be nice to make it possible to change this to Monday. In the react version this is possible. See https://ant.design/components/date-picker at the bottom.
What is expected?
dayjs.updateLocale('en-UK', {
weekStart: 1,
});
What is actually happening?
No support for updateLocale weekStart