[Fix][UI][V1.0.0-Beta] Fix the problem of packing failure. (#9962)
(cherry picked from commit 1971d8b3b5)
This commit is contained in:
parent
e2b6d02a69
commit
fa6651453c
|
|
@ -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)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue