From 02777149272554082b5b1f30eb85f3e4efb13dc8 Mon Sep 17 00:00:00 2001 From: iapyang Date: Wed, 13 Nov 2019 10:01:42 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/core/widget.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/core/widget.ts b/typescript/core/widget.ts index b62541233..65a6a9b5b 100644 --- a/typescript/core/widget.ts +++ b/typescript/core/widget.ts @@ -98,7 +98,7 @@ export interface _Widget extends _OB { /** * 更新 */ - update?(): void; + update?(...args: any[]): void; /** * 销毁前