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

npm的安装包文件和最新的github包文件不同步 #125

Open 3lang3 opened 7 years ago

3lang3 commented 7 years ago

npm包中vue-datepicker.vue文件缺少wrapperClass标识符

<div class="cov-vue-date" :class="option.wrapperClass ? option.wrapperClass : {}">