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.

解决办法:更新vue版本
npm i vue@latest
yarn add vue@latest

你可能感兴趣的:(Vue3.js,vue.js,javascript,前端,前端框架,node.js)