摘要:
1.将每个子表单的验证改为 promise, return 出 标志为 flag 2.父组件 通过 promise.all([每一个表单的验证方法])。then((result)=>{result}) 只有result 每一项都为true 才证明所有表单都验证成功了 3.子组件通过change,自定 阅读全文
摘要:
prop 需要将父 绑定的数组 作为前缀 传给 子 组件 的 formItem 的 prop 阅读全文
摘要:
element 气泡popconfig组件不起效 ,修改@config 为 @onConfig, 一般低版本不起效,高版本没有问题 阅读全文