vue报错:Error in mounted hook: "TypeError: handler.call is not a function"的解决办法
vue报错:Error in mounted hook: "TypeError: handler.call is not a function",的报错原因
进入组件页面时,vue报错:Error in mounted hook: "TypeError: handler.call is not a function",
造成报错原因就是生命周期钩子函数mounted: {}是否有声明了未定义方法或是只声名了钩子函数。
处理方法:1.把mounted: {}删除掉,
2.把mounted: {}改为mounted(){},
版权声明
本站部分原创文章,部分文章整理自网络。如有转载的文章侵犯了您的版权,请联系站长删除处理。如果您有优质文章,欢迎发稿给我们!联系站长:
愿本站的内容能为您的学习、工作带来绵薄之力。
评论