Fixed warning
parent
57374fc2b7
commit
1ebf30b229
|
@ -51,7 +51,7 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
filled() {
|
||||
return (this.value != null && this.value.toString().length > 0)
|
||||
return (this.modelValue != null && this.modelValue.toString().length > 0)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue