处理列表图片预览不显示问题

This commit is contained in:
aixianling
2021-12-02 11:43:08 +08:00
parent 449e4ef7cb
commit 88a02c0eee
2 changed files with 4 additions and 4 deletions

View File

@@ -21,9 +21,9 @@ export default {
dialog: false
}
},
computed:{
image(){
return this.src?.replace(/\\/g,'/')
computed: {
image() {
return this.src?.replace(/\\/g, '/')
}
},
props: {