From b41341a740fe8d4583192d99aee5da5cc627dfe0 Mon Sep 17 00:00:00 2001 From: DCloud_UNI_BFC Date: Thu, 18 Jul 2024 14:06:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20h5=E7=BB=84=E4=BB=B6=E6=94=AF=E6=8C=81o?= =?UTF-8?q?nload=E5=92=8Conshow=E7=94=9F=E5=91=BD=E5=91=A8=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/matter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/matter.md b/docs/matter.md index 157a4fc11..d5af58ee7 100644 --- a/docs/matter.md +++ b/docs/matter.md @@ -178,7 +178,7 @@ vue页面在App端的渲染引擎默认是系统webview(不是手机自带浏 * PC 端 Chrome 浏览器模拟器设备测试的时候,获取位置 API 需要连接谷歌服务器。 -* 组件内(页面除外)不支持 `onLoad`、`onShow` 等页面生命周期。 +* 组件内(页面除外)仅支持 `onLoad`、`onShow` 这两个页面生命周期。 * 为避免和内置组件冲突,自定义组件请加上前缀(但不能是 u 和 uni)。比如可使用的自定义组件名称:`my-view`、`m-input`、`we-icon`,例如不可使用的自定义组件名称:`u-view`、`uni-input`,如果已有项目使用了可能造成冲突的名称,请修改名称,另外微信小程序下自定义组件名称不能以 wx 开头。 -- GitLab