报错:TypeError: date.localeData is not a function at Object.getWeekFirstDay (moment.js:84:1) 解决方法: ```json { "resolutions": { "dayjs": "1.11.12" } } ```
报错:TypeError: date.localeData is not a function at Object.getWeekFirstDay (moment.js:84:1)
解决方法:
{ "resolutions": { "dayjs": "1.11.12" } }