码迷,mamicode.com
首页 > 其他好文 > 详细

"TypeError: handler.call is not a function"问题

时间:2019-07-03 15:19:56      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:handle   页面   问题   erro   cti   钩子   函数   子函数   http   

进入组件页面时,vue报错:Error in mounted hook: "TypeError: handler.call is not a function",

技术图片

造成报错原因就是生命周期钩子函数mounted: {}是否有声明了未定义方法或是只声名了钩子函数。

处理方法:1.把mounted: {}删除掉,

                  2.把mounted: {}改为mounted(){},

"TypeError: handler.call is not a function"问题

标签:handle   页面   问题   erro   cti   钩子   函数   子函数   http   

原文地址:https://www.cnblogs.com/lwming/p/11126398.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!