mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-05 11:21:11 +08:00
fix(avatar): fix src attributes default value (#1770)
This commit is contained in:
parent
8046dfcb98
commit
6582b7cdbc
@ -38,7 +38,10 @@ export default defineComponent({
|
||||
},
|
||||
},
|
||||
icon: String,
|
||||
src: String,
|
||||
src: {
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
alt: String,
|
||||
srcSet: String,
|
||||
fit: {
|
||||
|
Loading…
Reference in New Issue
Block a user