fix when value is null

pull/5127/head
baiyaaaaa 2017-05-27 11:52:40 +08:00 committed by 杨奕
parent 4306672116
commit 3206c02b40
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ export default {
data() {
return {
currentValue: this.value,
currentValue: this.value || [],
menu: null,
debouncedInputChange() {},
menuVisible: false,