Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
@@ -73,7 +73,7 @@ export default {
stringItemTransform
)
} else {
- const stringItemTransform = typeof v === 'string' ? { html: v } : v
+ const stringItemTransform = typeof v.name === 'string' ? { html: v.name } : v
return Object.assign(
{
html: v.label