美文网首页
小程序报错:TypeError: Cannot read pro

小程序报错:TypeError: Cannot read pro

作者: hphua | 来源:发表于2021-04-22 16:43 被阅读0次

工程 :uni-app+Vue+TypeScript
问题:无法创建组件


image.png

参考https://robinchen.me/tech/2016/10/25/tech-A-case-of-ES6-modules.html

image.png

排查

image.png image.png image.png

红色标识的2个导出顺序,与代码顺序不一样。

处理:

调整代码:
import { ApplyAntiCheatCodeRequest, AntiResultResponse } from '@api/gateway/PlatformRandomCode'

重新构建。没有再报此问题。

相关文章

网友评论

      本文标题:小程序报错:TypeError: Cannot read pro

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