mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 06:21:46 +01:00
feat(Avatar): handle icon default from app.config.ts
This commit is contained in:
@@ -52,7 +52,7 @@ export default defineComponent({
|
||||
},
|
||||
icon: {
|
||||
type: String,
|
||||
default: null
|
||||
default: () => appConfig.ui.avatar.default.icon
|
||||
},
|
||||
size: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user