<input type="text"  @blur="insert($event)">

insert(e){

if(!e.target.value.trim()) return alert("内容不能为空")

}

Logo

Vue社区为您提供最前沿的新闻资讯和知识内容

更多推荐