vue重置form时,textarea类型重置失效
vue使用this.refs.form.resetFields()方法时,重置表单内容,其他text类型能重置成功,但是textarea类型重置失败。有人碰到这种情况吗?
element-plus 表单
试了下 可以重置。
复制文档的代码吧。