Extraneous non-props attributes
2022-04-25 本文已影响0人
abelweiwencai
runtime-core.esm-bundler.js:38 [Vue warn]: Extraneous non-props attributes (rules) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.
at <ElDialog rules= {db: Array(1), sql: Array(1)} modelValue=false onUpdate:modelValue=fn ... >
vue3 报错
给组件传了不存在的属性,报错了
![](https://img.haomeiwen.com/i1822245/834c6d683fc41d02.png)
我在 el-dialog 多穿了个 rules 属性