Merge pull request #1008 from JD-Wang/patch-2

Update Select.vue
This commit is contained in:
Aresn 2017-05-26 09:47:36 +08:00 committed by GitHub
commit 71eaa73b2d

View file

@ -155,6 +155,8 @@
if (!this.model.length) {
status = true;
}
} else if( this.model === null){
status = true;
}
return status;