处理列表图片预览不显示问题
This commit is contained in:
@@ -21,9 +21,9 @@ export default {
|
||||
dialog: false
|
||||
}
|
||||
},
|
||||
computed:{
|
||||
image(){
|
||||
return this.src?.replace(/\\/g,'/')
|
||||
computed: {
|
||||
image() {
|
||||
return this.src?.replace(/\\/g, '/')
|
||||
}
|
||||
},
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user