fix(avatar): fix src attributes default value (#1770)

This commit is contained in:
张宇 2021-04-11 21:06:38 +08:00 committed by GitHub
parent 8046dfcb98
commit 6582b7cdbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,10 @@ export default defineComponent({
},
},
icon: String,
src: String,
src: {
type: String,
default: '',
},
alt: String,
srcSet: String,
fit: {