Vue 2.0 feature clicks elsewhere to make the input box get the focus

<div id='el'><input type="text" ref="content" />
<button @click="getFocus">getFocus</button><div>
new VUE({    el:"#el",methods:{
getFocus(){
    this.$refs.content.focus()
}}})

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324743300&siteId=291194637