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

insert(e){

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

}

Logo

前往低代码交流专区

更多推荐