首页 > 其他分享 >Uncaught TypeError: Cannot read property 'type' of undefined

Uncaught TypeError: Cannot read property 'type' of undefined

时间:2022-09-02 22:33:56浏览次数:62  
标签:TypeError undefined read ref Cannot Uncaught type 定义

今天学习vue3中的ref,运行代码就报这种错误,网上各种方法试了不行,后面发现是返回对象中没返回定义的名字,但是报错是不会直接报名字没定义,我写的对象类型ref,其中定义了个type,结果报的错是报的type没定义,所以这种细节问题一定要谨慎

标签:TypeError,undefined,read,ref,Cannot,Uncaught,type,定义
From: https://www.cnblogs.com/MDRY/p/16651553.html

相关文章