标签: vue.js flatpickr
我在用vue使用flatpickr。
我要存储实例,然后尝试动态设置实例的maxDate。
this.dateInstance.set('maxDate', new Date(date_string))
这将导致所选日期被重置。