Commit 3ead1889 authored by JingChao's avatar JingChao

Update index.vue

parent 5176da9f
......@@ -96,12 +96,14 @@ export default {
event.target.focus()
}, 0)
}
this.$emil('focus', event)
}
},
onBlur (event) {
event.target.type = 'text'
event.target.inputMode = ''
this.focused = false
this.$emil('blur', event)
},
},
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment