From 473e56e4e07ea641b47730b62196ab5caa11cd17 Mon Sep 17 00:00:00 2001 From: Lowell Date: Tue, 5 Oct 2021 22:55:02 +0800 Subject: [PATCH] =?UTF-8?q?form=E7=9A=84label=E5=B1=9E=E6=80=A7=E5=AE=9E?= =?UTF-8?q?=E9=99=85=E4=B8=8A=E5=8F=AF=E4=BB=A5=E4=BD=BF=E7=94=A8VNode=20(?= =?UTF-8?q?#1252)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Form/src/types/form.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Form/src/types/form.ts b/src/components/Form/src/types/form.ts index f4aa6ddc..ac85a74f 100644 --- a/src/components/Form/src/types/form.ts +++ b/src/components/Form/src/types/form.ts @@ -129,7 +129,7 @@ export interface FormSchema { // Variable name bound to v-model Default value valueField?: string; // Label name - label: string; + label: string | VNode; // Auxiliary text subLabel?: string; // Help text on the right side of the text