:disabledDate="handleDisabledDate" function handleDisabledDate(date){ const current = +new Date(date) const now = +new Date if(current < now){ return false } return true }
阅读量:1
点赞量:0