vue 点击按钮 input框架获取焦点的方法

在按钮事件里加上这一段
this.$nextTick(() =>{
this.$refs.input.focus()
})
posted @ 2018-11-23 09:40  smght  阅读(7287)  评论(1编辑  收藏  举报