工程 :uni-app+Vue+TypeScript
问题:无法创建组件
参考:https://robinchen.me/tech/2016/10/25/tech-A-case-of-ES6-modules.html
排查:
红色标识的2个导出顺序,与代码顺序不一样。
处理:
调整代码:
import { ApplyAntiCheatCodeRequest, AntiResultResponse } from '@api/gateway/PlatformRandomCode'
重新构建。没有再报此问题。