关于前端:使用params传参报错问题

28次阅读

共计 252 个字符,预计需要花费 1 分钟才能阅读完成。

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

额定的非道具属性(guid)已传递给组件,但因为组件出现片段或文本根节点,因而无奈主动继承。

起因:
1. 因为跳转应用 router.push params 传参,同时该页面存在多个根结点,因而,须要保障应用 params 传参只有一个根结点

正文完
 0