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

XXX is not a function

时间:2019-05-21 14:33:13      阅读:81      评论:0      收藏:0      [点我收藏+]

标签:family   space   方法   style   white   exp   font   使用   mod   

在utils自定义了一个js,但是在其它js 使用import xxx from ‘../../XX‘

调用的时候提示 xxx.get  is not a function,无法使用,

因为在自定义的js里面没有公开外部调用方法,如下:

module.exports = {
put: put,
get: get
}

 

XXX is not a function

标签:family   space   方法   style   white   exp   font   使用   mod   

原文地址:https://www.cnblogs.com/liaojianwang/p/10899603.html

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