This commit is contained in:
2025-03-25 08:38:48 +08:00
parent 401e4c01fe
commit 6f3dd892d7
5 changed files with 30 additions and 8 deletions

View File

@@ -44,6 +44,7 @@
},
toDel () {
this.$emit('input', '')
this.$emit('handleDel')
},
handleSend (e) {
this.$emit('input', e.target.value)