[Fix][UI][V1.0.0-Beta] Fix the problem of packing failure. (#9962)

(cherry picked from commit 1971d8b3b5)
This commit is contained in:
Amy0104 2022-05-10 11:52:48 +08:00 committed by Jiajie Zhong
parent e2b6d02a69
commit fa6651453c
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ export function renderRadio(item: IJsonItem, fields: { [field: string]: any }) {
() =>
h(NSpace, null, () =>
unref(options).map((option: IOption) =>
// @ts-ignore
h(NRadio, option, () => option.label)
)
)