add picker-options=”pickerOptions” to the start and end date control.

pickerOptions: {
        disabledDate(time) {
          return time.getTime() < Date.now() - 3600 * 1000 * 24; }},Copy the code

3. The renderings