Vue 组件(component)之 精美的日历

公司的要求,需要开发一个精美的日历组件(IOS , 安卓, PC 的IE9+都能运行),写完后想把它分享出来,希望大家批评()。

先来个截图 代码已经分享到 https://github.com/zhangKunUserGit/vue-component

Vue 组件(component)之 精美的日历

   

Vue 组件(component)之 精美的日历

根据需求先说一下怎么用吧 (上面是:HTML, 下面是JS )

<data-picker v-if="showDatePicker" :date="date" :min-date="minDate" :max-date="maxDate" @confirm="confirm" @cancel="cancel" ></data-picker>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zyzxpz.html