luocong2016

Results 31 comments of luocong2016

clear + 1 在复合条件表单下,真的需要用js 调动表单项的清除功能

``` ``` 这个情况下是有问题

我报的是 age 不是一个string 类型。 你看我代码设置type == 'number' 啊。压根没有string

这样就正常,我有使用 fullField 字段

### 目前只能这样了 ```tsx | pure form.validate(fields).then((res) => Object.keys(res).reduce((pre, k) => { _.set(pre, k, res[k]); return pre; }, {}) ); ```

原因 ```tsx const A = () => const B = () => // 这里的model 是 `reactive` 会影响 `reset`;感觉是BUG { v === 'A' ? : } ``` 不接受只能桥接一下了 ```tsx export const...

就没有说怎么编辑?

后面考虑了兼容性还是改成 Array.prototype.slice.call(document.getElementsByTagName("audio"))

不能导入 node_modules 组件样式, 只有在项目中,全局引入 `element-plus`