Vue项目中input框focus时不调出键盘,亲测有效

在移动端,实现input框得到焦点的同时不会唤起手机键盘。亲测有效this <input type="text" placeholder="收货地址" v-model="address3" @focus.prevent="showcountF" ref="address" /> showcountF(){ this.showcount=true; this.$refs.a
相关文章
相关标签/搜索