From 51afac598ef35d222c06128f5c1e83583761620f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E5=BA=86=E6=B3=89?= Date: Tue, 23 Jul 2024 11:59:09 +0800 Subject: [PATCH] Update uts-component.md --- docs/plugin/uts-component.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/plugin/uts-component.md b/docs/plugin/uts-component.md index 7f6c9fb6..1296f856 100644 --- a/docs/plugin/uts-component.md +++ b/docs/plugin/uts-component.md @@ -1179,6 +1179,8 @@ NVRecycler() { doSth() { // nvue 页面调用方法 this.$refs["helloView"].doSomething("param doSomething"); + // uvue 页面调用方法 + //(this.$refs["helloView"] as UtsHelloViewElement).doSth("param doSomething"); } } } -- GitLab