style(Image): update loading icon and error icon (#6890)

This commit is contained in:
neverland
2020-07-29 09:36:15 +08:00
committed by GitHub
parent 01d1f05e15
commit 378009fefa
13 changed files with 54 additions and 50 deletions
+2 -2
View File
@@ -23,11 +23,11 @@ export default createComponent({
},
errorIcon: {
type: String,
default: 'warning-o',
default: 'photo-fail',
},
loadingIcon: {
type: String,
default: 'photo-o',
default: 'photo',
},
},