el-input 无法输入内容的解决方法

1,416 阅读1分钟

el-input 无法输入内容的解决方法

问题
el-form 中的el-input 无法输入内容 找了很久的解决方法 主要通过两种方法解决

通过this.$forceUpdate()强制刷新可以实现

ppbqcQ0.jpg
ppbqgyV.jpg

ref

ppbq9qU.jpg
把el-form上的ref="registerInform"去掉 我遇到的问题