This commit is contained in:
2022-10-28 10:46:22 +08:00
parent e9ee7922f6
commit 622a0f92be
5 changed files with 23 additions and 23 deletions

View File

@@ -34,7 +34,8 @@
methods: {
handleChange ($event) {
this.cur = $event.target.value
this.$emit('input', this.cur)
this.$emit('input', this.cur)
this.$emit('handleChange', this.cur)
},
toSearch () {
this.$emit('toSearch', this.cur)