Vue3报错:Extraneous non-props attributes (ref_key) were passed to component but could not be automatic

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

Solution: Update the vue version
npm i vue@latest
yarn add vue@latest

Guess you like

Origin blog.csdn.net/weixin_44001222/article/details/129337245