//获得焦点this.$nextTick(()=>{..._vue input失去光标">
赞
踩
<Input type="text" v-model="description" class="text" placeholder="请输入描述信息,鼠标点击空白处保存。" ref="
input_description" @blur.native.capture="onChange"></Input>
//获得焦点
this.$nextTick(()=>{ this.$refs.input_description.focus(); })
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。