Commit 71eaa73b2d1f3ac21b345a48132f923bdc721e82

Authored by Aresn
Committed by GitHub
2 parents 12f7b3a1 92214573

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

Update Select.vue
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/components/select/select.vue
... ... @@ -155,6 +155,8 @@
155 155 if (!this.model.length) {
156 156 status = true;
157 157 }
  158 + } else if( this.model === null){
  159 + status = true;
158 160 }
159 161  
160 162 return status;
... ...