From 7db59026cb2e3a824f858e5a150539852e91530f Mon Sep 17 00:00:00 2001 From: iapyang Date: Fri, 5 Mar 2021 19:05:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/index.ts b/typescript/index.ts index 7471303cc..0e1975103 100644 --- a/typescript/index.ts +++ b/typescript/index.ts @@ -311,7 +311,7 @@ export interface BI extends _func, _i18n, _base, _inject, _var, _web, _utils { TextValueCheckComboPopup: typeof TextValueCheckComboPopup; ImageButton: typeof ImageButton; Router: typeof Router; - History: History, + history: History, } export default {