From a558a28fae6333a61558b12a2a7ca4856f2276e0 Mon Sep 17 00:00:00 2001 From: lizhongyi Date: Fri, 15 Mar 2024 12:55:34 +0800 Subject: [PATCH] update uts-plugin.md --- docs/plugin/uts-plugin.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/plugin/uts-plugin.md b/docs/plugin/uts-plugin.md index 757552c4..8a42c128 100644 --- a/docs/plugin/uts-plugin.md +++ b/docs/plugin/uts-plugin.md @@ -922,6 +922,9 @@ list1.forEach((item : any) => { 这个问题,我们稍后会改进。 +> 特别注意: +> 在uni-app 1.0环境下,在 index.uts 文件中 `export` 的 `class` 默认会对 `js`暴露,因此要建立起原生 `class` 和 `js`类型的映射关系,只有能正常建立起这种映射关系的类才能导出。除一些基本数据类型外的系统类例如 `Activity`、`UIViewController`等是无法 `export` 的。 + ## 前端使用插件 -- GitLab