提交 523513b9 编写于 作者: 杜庆泉's avatar 杜庆泉

Update uts-plugin.md

上级 ad863396
......@@ -1128,13 +1128,7 @@ console.log("jsonObj['age'] == " + jsonObj['age'] );
## Bug & Tips@tips
- 4.0 版本以下真机运行,当 uts 插件导出一个 class,在 js 或 vue 等文件中通过 new 多次实例化该 class 时,后边的实例会覆盖掉之前的实例,导致不能同时存在多个不同实例。
解决方案:
方案1:将 uts 插件导出 class 调整为导出 function,避免在 js 端实例化 uts 中的 class。
方案2:云端打包机已修复此问题,您可以通过云打包自定义基座来规避该问题。
## 示例项目
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册