美文网首页
Component constructors should be

Component constructors should be

作者: 风筝啊 | 来源:发表于2018-11-14 09:44 被阅读0次

    今天刚刚创建了一个空白小程序,除了工具的json文件,其他都是自己手动创建,
    创建完app的三个文件,和首页文件之后控制台报错

    两个错误:

    Component constructors should be called while initialization. A constructor call has been ignored.
    

    什么构造函数之类的有错误,没有找到

    thirdScriptError 
     sdk uncaught third Error 
     Cannot read property 'replace' of undefined 
     TypeError: Cannot read property 'replace' of undefined
    

    直接上图更直观,上面的文字只是想被搜索更直接

    img.png

    百度了,谷歌了,没找到。
    最后事实证明,坑是踩出来再被踏平的。

    解决办法:
    把app.js文件夹下 默认创建Component方法,换成App


    image.png

    WTM干了点啥,没有报错了!OK!

    相关文章

      网友评论

          本文标题:Component constructors should be

          本文链接:https://www.haomeiwen.com/subject/hgrdfqtx.html