runtime-core.esm-bundler.js?d2dd:38 [Vue warn]: Extraneous non-props attributes (title) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. atat ref=Ref< undefined > > at at
这是我在 Vue 应用程序的 chrome 控制台中遇到的错误。下面是我的父视图组件。我正在尝试向其中添加多个组件,例如主页内容和页脚。
感谢任何帮助,因为我无法弄清楚。该错误只是一个警告,不会影响任何页面。但如果离开就好了。干杯。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
您应该将
inheritAttrs:false添加到子组件:export default{ inheritAttrs:false ... }