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

Better limit logic #38

Closed galenyuan closed 8 years ago

galenyuan commented 8 years ago

When from/to is empty, days before/after end/start time will be available

PS: 同时维护两个版本好累啊 ..

hilongjw commented 8 years ago

感谢,哈哈,其实es5版是es6 babel编译过去的

galenyuan commented 8 years ago

@hilongjw 我觉得源代码只保留ES6版本就好了呀,build一个ES5版本的js文件出来 不用ES6的话自己装browserify去require

hilongjw commented 8 years ago

@galenyuan 是这样的,写好ES6之后编译一个es5的。