Comparing version 0.5.2 to 0.5.3
@@ -954,2 +954,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
currentValues: function currentValues(val) { | ||
/* istanbul ignore else */ | ||
if (this.valueIndex === -1) { | ||
@@ -959,2 +960,5 @@ this.currentValue = (val || [])[0]; | ||
}, | ||
value: function value(val) { | ||
this.currentValue = val; | ||
}, | ||
currentValue: function currentValue(val) { | ||
@@ -961,0 +965,0 @@ this.doOnValueChange(); |
@@ -2060,2 +2060,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
/* istanbul ignore else */ | ||
if (!instance.value) { | ||
@@ -2062,0 +2063,0 @@ instance.images = images; |
@@ -250,2 +250,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
currentValues: function currentValues(val) { | ||
/* istanbul ignore else */ | ||
if (this.valueIndex === -1) { | ||
@@ -255,2 +256,5 @@ this.currentValue = (val || [])[0]; | ||
}, | ||
value: function value(val) { | ||
this.currentValue = val; | ||
}, | ||
currentValue: function currentValue(val) { | ||
@@ -257,0 +261,0 @@ this.doOnValueChange(); |
{ | ||
"name": "vant", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "有赞vue wap组件库", | ||
@@ -5,0 +5,0 @@ "main": "lib/vant.js", |
@@ -19,2 +19,3 @@ import Vue from 'vue'; | ||
/* istanbul ignore else */ | ||
if (!instance.value) { | ||
@@ -21,0 +22,0 @@ instance.images = images; |
{ | ||
"name": "vant-css", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "vant css.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.css", |
@@ -84,3 +84,3 @@ import Button from '../packages/button/index.js'; | ||
install, | ||
version: '0.5.2', | ||
version: '0.5.3', | ||
Button, | ||
@@ -87,0 +87,0 @@ Switch, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1267827
28925
1