hilongjw / vue-datepicker

[Deprecated] calendar and datepicker component with material design for Vue.js
http://hilongjw.github.io/vue-datepicker/demo.html
MIT License
702 stars 207 forks source link

modify the bug about that some date besides the date range can be clicked #119

Open ZhangBo2016 opened 7 years ago

ZhangBo2016 commented 7 years ago

The detail is : when i have set from and to in the limit property of options, i also can click the date besides the limit dates. So i check the source code, and i find the bug is caused by the function 'getLimitCondition' , in which the next month or previews month is default computed equal to the current month.