vue 中 el-date-picker標籤 判斷日期不能小於當前日期

:picker-options=「expireTimeOption」 expireTimeOption: { disabledDate(date) { return date.getTime() <= Date.now(); } },
相關文章
相關標籤/搜索