Commit 3206c02b authored by baiyaaaaa's avatar baiyaaaaa Committed by 杨奕

fix when value is null

parent 43066721
...@@ -148,7 +148,7 @@ export default { ...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment