diff --git a/src/components/select/select.vue b/src/components/select/select.vue index bcda26e..a14fe10 100644 --- a/src/components/select/select.vue +++ b/src/components/select/select.vue @@ -155,6 +155,8 @@ if (!this.model.length) { status = true; } + } else if( this.model === null){ + status = true; } return status; -- libgit2 0.21.4