今天在重构项目时遇到一个报错Extraneous non-props attributes (xxx) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.,趁有时间整理学习理解一下。 首先的话这不是什么特别严重的报错…
报错截图
[Vue warn]: Extraneous non-props attributes (id) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. at <Detail>
at <AsyncComponentWrapper>
at <PageBody>
at &l…
vue预警以下错误: [Vue warn]: Extraneous non-props attributes (xxxx) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.
1.第一种情况,就是你有需要传输一个prop属性的数…