From acd93d1f28361de32245f0854744368177c4cb19 Mon Sep 17 00:00:00 2001 From: hdx Date: Tue, 24 Oct 2023 17:53:23 +0800 Subject: [PATCH] =?UTF-8?q?component(method):=20=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E6=9A=82=E4=B8=8D=E6=94=AF=E6=8C=81=20uni=5Fmodules=20?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E4=B8=8B=E7=9A=84=20easycom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/uni-app-x/component/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/uni-app-x/component/README.md b/docs/uni-app-x/component/README.md index bbc921e0c..c2f9be469 100644 --- a/docs/uni-app-x/component/README.md +++ b/docs/uni-app-x/component/README.md @@ -234,7 +234,7 @@ Uni`组件名(驼峰)`Element ### easycom组件调用方法或设置属性@method_easycom -> 3.93+ 支持 +> 3.93+ 支持(暂不支持 uni_modules 目录下的组件) easycom组件,用法和内置组件一样。也是使用 `this.$refs` 获取组件并转换为组件的类型,通过 `.`操作符 调用组件方法或设置属性。 -- GitLab