el-input 获取焦点时选中

  
 //得到焦点选中
focus(event) {
   event.currentTarget.select();
}

 

你可能感兴趣的:(el-input 获取焦点时选中)