vue-multi-picker
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -360,3 +360,3 @@ 'use strict'; | ||
current: this.isNow(year), | ||
restrict: this.restrict(new Date(year)), | ||
restrict: this.restrict(new Date(year, 0)), | ||
selected: this.value && | ||
@@ -363,0 +363,0 @@ this.value.getFullYear() === year |
{ | ||
"name": "vue-multi-picker", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A multi function date picker", | ||
@@ -5,0 +5,0 @@ "keywords": "datepicker,weekpicker,monthpicker", |
Sorry, the diff of this file is not supported yet
27141