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....

Generally, when encountering such a situation, there is a compatibility issue between the vue3 version and element-ui plus. You can choose to reinstall vue3, or reduce the element-ui version. It is recommended to upgrade the vue3 version.

npm install vue@next

After reinstalling and running, there is no warning.

Guess you like

Origin blog.csdn.net/u014678583/article/details/125497893