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