0

有 vuejs 的示例代码吗?我需要这个来禁用某些日期。实际上,validRange 不适用于多个范围:https ://github.com/fullcalendar/fullcalendar/issues/3746

https://codesandbox.io/s/infallible-mestorf-bwjbl?file=/src/components/DayCellFC.vue

这里!

 dayCellDidMount(arg) {
   arg.isDisabled = true; // Cell disabled, like invalid range, not work why ?
   console.log("CELL", arg);
 }

谢谢

4

0 回答 0