mirror of https://github.com/ElemeFE/element
fix when value is null
parent
4306672116
commit
3206c02b40
|
@ -148,7 +148,7 @@ export default {
|
|||
|
||||
data() {
|
||||
return {
|
||||
currentValue: this.value,
|
||||
currentValue: this.value || [],
|
||||
menu: null,
|
||||
debouncedInputChange() {},
|
||||
menuVisible: false,
|
||||
|
|
Loading…
Reference in New Issue