<input type="text" ref="inputVal" @blur="test" > this.$refs.inputVal.focus();//获得焦点 this.$refs.inputVal.blur();//失去焦点即可以触发rules中blur校验事件