From dec088b23a0059ed0a1ba68025d163f9768d839c Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Wed, 9 Aug 2023 07:37:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E9=83=A8=E9=97=A8=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E5=9B=9E=E6=98=BE=E6=95=B0=E5=AD=97=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 677415883e7d131e45772007f9be6ac2189dbad0 --- src/types/global.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/global.d.ts b/src/types/global.d.ts index bdea1904..3555345d 100644 --- a/src/types/global.d.ts +++ b/src/types/global.d.ts @@ -41,7 +41,7 @@ declare global { /** * 值 */ - value: string; + value: string | number; /** * 文本 */