vue Input 默认选中以及手写获取焦点指令
<input type="text" autofocus="autofocus" @focus="focus($event)" v-model="createName" v-focus><input type="text" a
vue Input 默认选中以及手写获取焦点指令
<input type="text" autofocus="autofocus" @focus="focus($event)" v-model="createName" v-focus><input type="text" a