vue3 element-ui plus:Extraneous non-props attributes (ref_key) were passed to component ....

警告:Extraneous non-props attributes (ref_key) were passed to component but could not be automatically inherited because component renders fragment or text root nodes....

一般遇到这样的情况就是vue3版本跟element-ui plus兼容性问题,你可以选择重新安装vue3,或降低element-ui版本,建议是升级vue3版本

npm install vue@next

重新安装运行之后就没有报警告了

vue3 element-ui plus:Extraneous non-props attributes (ref_key) were passed to component ...._第1张图片

vue3 element-ui plus:Extraneous non-props attributes (ref_key) were passed to component ...._第2张图片

你可能感兴趣的:(vue3,element-ui,vue3,elementui)