yuche / vue-strap

Bootstrap components built with Vue.js
http://yuche.github.io/vue-strap/
MIT License
4.71k stars 935 forks source link

pre/next month display error on last date of month #441

Open nanashi07 opened 7 years ago

nanashi07 commented 7 years ago

When last date of month is selected, click next month goes wrong month. For example, 1/31/2016 is selected, and when click next month, March will be display but not February. The error occurs on preNextMonthClick method, it only plus/minus value of month but not consider date value.