TypeError: Super expression must either be null or a function

来源:1-2 搭建Taro环境

慕粉3176926

2019-09-18 19:29

index.esm.js?eb04:2478 TypeError: Super expression must either be null or a function

    at _inherits (index.esm.js?eb04:42)

    at eval (index.esm.js?eb04:2336)

    at createWrappedComponent (index.esm.js?eb04:2384)

    at eval (index.esm.js?eb04:2473)


写回答 关注

1回答

  • 陌上人1
    2019-10-26 15:42:20

    应该是你声明组件的时候,extends那块拼写有错误

Taro多端框架开发外卖首页

Taro 一套代码多端运行的框架,带你掌握Taro开发基本语法,以及项目开发

22910 学习 · 82 问题

查看课程

相似问题