点我去Gitee
点我去Gitee

随笔分类 -  模块

摘要:Uncaught TypeError: Cannot assign to read only property’exports‘ of object’#[Object]‘ 原因 import 不能和module.export混用 用了import 只能用export.default 示例 阅读全文
posted @ 2021-09-23 16:44 biuo 阅读(168) 评论(0) 推荐(0)