gjj
2023-11-01 b3937071fd649f9ffb63636f2dae2e9ab11b7b81
1
2
3
4
5
6
7
const focus = {
  update (el) {
    el.querySelector('input').focus()
  }
}
 
export default focus