vue3报错SyntaxError: Unexpected identifier和Cannot destructure property `default` of ‘undefined‘ or ‘nu
昨天报了这个错误,当时还同时报了其它错误,Cannot destructure property `default` of 'undefined' or 'null'。我的代码是用v-on绑定了一个click函数,在method中编写这个函数就报错,也不知道怎么的我就盯着这个错误Cannot destructure property `default` of 'undefined' or 'nul
·
昨天报了这个错误,当时还同时报了其它错误,Cannot destructure property `default` of 'undefined' or 'null'。我的代码是用v-on绑定了一个click函数,在method中编写这个函数就报错,也不知道怎么的我就盯着这个错误Cannot destructure property `default` of 'undefined' or 'null'鼓捣了一个小时,越看越觉得不可思议,我一度以为我的函数逻辑出错了,我检查了我的代码,没任何问题,然后我将在method中的函数注释,它终于没有报错了,放开注释,它又报错了,艹,原来是少了个逗号,method中函数和函数之间必须要用逗号分割,这样 test(){}, 才是正确的,我粗心大意忘记打逗号了,还以为遇到什么深奥的错误,大家不要像我一样。
更多推荐
已为社区贡献1条内容
所有评论(0)