fix: renderImg
parent
6f3f3fd35c
commit
e8f1528a80
|
@ -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 ''
|
||||
|
|
Loading…
Reference in New Issue