vue2.0开发实践总结之疑难篇(2)

<input type="submit" disabled="canSubmit" ref="isSubmit" @click="register" value="立即注册"/>
 this.$refs.isSubmit.removeAttribute('disabled')   //使用this.$refs 获取当前dom

 

其他常见的api  可移步   vue2.0官方文档

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wwfsfx.html