Unverified 提交 473e56e4 作者: Lowell 提交者: GitHub

form的label属性实际上可以使用VNode (#1252)

上级 eac2fb4a
...@@ -129,7 +129,7 @@ export interface FormSchema { ...@@ -129,7 +129,7 @@ export interface FormSchema {
// Variable name bound to v-model Default value // Variable name bound to v-model Default value
valueField?: string; valueField?: string;
// Label name // Label name
label: string; label: string | VNode;
// Auxiliary text // Auxiliary text
subLabel?: string; subLabel?: string;
// Help text on the right side of the text // Help text on the right side of the text
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论