如何利用vuejs语法判断当前input是否失去焦点,下面web建站小编给大家简单介绍一下!
具体代码如下:
Vue.mixin({ methods: { checkValidate() { const refs = this.$refs; for (const ref in this.$refs) { if (refs.hasOwnProperty(ref)) { const element = refs[ref][0]; if (element && element.required) { element.validate(); } } } } } })
vue项目动态设置background背景色,解决颜色被替换问题
标签: input焦点检测, input获取焦点, vuejs语法
上面是“vuejs如何判断input是否失去焦点”的全面内容,想了解更多关于 vuejs 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_4693.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!