vue-datepicker-simple icon indicating copy to clipboard operation
vue-datepicker-simple copied to clipboard

A datepicker component for vue. (适用中国用户的vue日期选择组件)

Results 8 vue-datepicker-simple issues
Sort by recently updated
recently updated
newest added

在nuxt项目里引入该组件,暂时发现两个问题, 1、所有的v-for必须添加对应的:key; 2、需考虑严格的html规范,table的col应包含在colgroup元素里

``` prevMonth() { let {year ,month} = this; if (this.dateIsValid({year, month: month-1})) { // if (month > 1) { 这里错误,否则会直接从2月直接跳回前一年的12月 if (month > 0) { this.month--; } else { this.year--;...

![error](https://user-images.githubusercontent.com/20130009/44137520-4b7046a2-a0a3-11e8-9657-157b9e307d4d.png)

源代码里面.vue-datepicker input的宽度是写死的35px*7,在1080P的情况下还行,但是只要搭配任意UI框架融入进栅格里面就会有问题,是否考虑宽度的适配?

点击向左的时间选择按钮,将日期调到2018年之前,再点击向右的时间选择按钮失效 ![image](https://user-images.githubusercontent.com/18733084/35602086-4d03899c-0671-11e8-90a6-15d77b9a4cf8.png)

.vue-datepicker .vue-datepicker-panels 中with 因为和其他样式错误 或导致宽度不够 我将其设置成了 width:auto;

如果用退格键把数值去掉,实际上没有实现双向绑定,在应用的页面上v-model绑定的变量的值还在