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

fix when value is null

parent 43066721
......@@ -148,7 +148,7 @@ export default {
data() {
return {
currentValue: this.value,
currentValue: this.value || [],
menu: null,
debouncedInputChange() {},
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