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

使用Vue报错 --- "TypeError: fn.bind is not a function"

时间:2020-01-03 12:12:12      阅读:302      评论:0      收藏:0      [点我收藏+]

标签:解决   typeerror   报错   http   function   round   ted   com   col   

 

使用Vue报错[Vue warn]: Error in nextTick: "TypeError: fn.bind is not a function"
页面进不去。

技术图片

 

解决思路:

  (1)看报错信息是methods里有个方法你写的并不是一个函数,可能写了个对象什么的,vue进行fn.bind()处理的时候,.bind取到的可能是undefined。

   (2) 检查一下你methods里面的方法  ,  看看data mounted methods 写的是方法还是对象

使用Vue报错 --- "TypeError: fn.bind is not a function"

标签:解决   typeerror   报错   http   function   round   ted   com   col   

原文地址:https://www.cnblogs.com/Antwan-Dmy/p/12144005.html

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