fix: renderImg
parent
6f3f3fd35c
commit
e8f1528a80
|
@ -17,7 +17,7 @@ export const useRender = {
|
||||||
if (isArray(text)) {
|
if (isArray(text)) {
|
||||||
return h(TableImg, { imgList: text })
|
return h(TableImg, { imgList: text })
|
||||||
} else {
|
} else {
|
||||||
return h(TableImg, { imgList: text.split(',,,,,,') })
|
return h(TableImg, { imgList: [text] })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return ''
|
return ''
|
||||||
|
|
Loading…
Reference in New Issue