This commit is contained in:
zhuxiang
2017-03-01 15:51:31 +08:00
parent dc2d685a34
commit a9b4b6a27b
5 changed files with 22 additions and 20 deletions

View File

@@ -48,7 +48,7 @@
},
handleSearch() {
// input输入回车后发送回调
this.$emit('search', this.value)
this.$emit('search', this.value);
}
}
};