114
This commit is contained in:
@@ -36,10 +36,10 @@
|
||||
this.focusState = true
|
||||
},
|
||||
handleBlur (e) {
|
||||
this.$emit('input', e.target.value)
|
||||
// if (e.target.value.length) {
|
||||
// this.$emit('handleChange', e.target.value)
|
||||
// }
|
||||
const newVal = e.target.value
|
||||
if (newVal !== this.value) {
|
||||
this.$emit('input', newVal)
|
||||
}
|
||||
this.focusState = false
|
||||
},
|
||||
toDel () {
|
||||
|
||||
Reference in New Issue
Block a user