vue-datepicker-local
vue-datepicker-local copied to clipboard
disabledDate的一个问题
我的function这样写, disabledDate (time) { return time.getTime() < new Date().getTime(); } 可是,今天的日期无法选择,必须先选择小时才可以选到当天的日期