From be2459fe4ef131630b84ac53c3329cf15b63eab6 Mon Sep 17 00:00:00 2001 From: DCloud-yyl Date: Wed, 11 Sep 2024 19:09:01 +0800 Subject: [PATCH] Update uts-plugin.md --- docs/plugin/uts-plugin.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/plugin/uts-plugin.md b/docs/plugin/uts-plugin.md index a5179bcf..fef7147d 100644 --- a/docs/plugin/uts-plugin.md +++ b/docs/plugin/uts-plugin.md @@ -1923,10 +1923,8 @@ export class Test { ``` > 特别注意: - -> 1. 如果带了该装饰器,则该方法参数里的所有回调都会在内存中持续存在 - -> 2. 目前装饰器不支持 export const test:Test = ()=>{} // 这种导出方式,需要使用export function test(){} +> 1. 如果带了该装饰器,则该方法参数里的所有回调都会在内存中持续存在,需提醒使用者避免频繁调用此方法 +> 2. 目前装饰器不支持 export const test:Test = ()=>{} // 这种导出方式,需要使用export function test(){} ## Bug & Tips@tips -- GitLab