fix: renderImg

pull/16/head
xingyu 2023-05-19 11:35:30 +08:00
parent 6f3f3fd35c
commit e8f1528a80
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export const useRender = {
if (isArray(text)) {
return h(TableImg, { imgList: text })
} else {
return h(TableImg, { imgList: text.split(',,,,,,') })
return h(TableImg, { imgList: [text] })
}
}
return ''