A vue directive that can let you control your input and textarea auto focus very easily!
npm install vue-auto-focus




A vue directive that can let you control your input and textarea auto focus very easily!
Vue指令,你可以很方便地对页面中所有input和textarea的自动聚焦行为进行流程控制
npm install vue-auto-focus
import AutoFocus from 'vue-auto-focus'
Vue.use(AutoFocus)
npm run dev