标签: flatpickr
我存储了flatpickr实例
this.instance = flatpickr(this.$refs.input, this.options ? this.options : {})
然后我调用set方法来设置maxDate。
this.startDateInstance.set('maxDate', date_value)
然后似乎它重置了dateinput并使其v模型等于null。