给input 标签内加 ref="inputName "
然后在想要执行的地方写 this.$refs.inputName.focus()
1.如果想要打开这个页面的时 让光标自动显示到input框内 就在mounted里加
2.如果想在执行事件之后让光标显示到input框内就加在事件里
标签:显示,vue,inputName,框内,input,光标 From: https://www.cnblogs.com/fish8023/p/17393081.html
给input 标签内加 ref="inputName "
然后在想要执行的地方写 this.$refs.inputName.focus()
1.如果想要打开这个页面的时 让光标自动显示到input框内 就在mounted里加
2.如果想在执行事件之后让光标显示到input框内就加在事件里
标签:显示,vue,inputName,框内,input,光标 From: https://www.cnblogs.com/fish8023/p/17393081.html