mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(Icon): name can be an object
This commit is contained in:
@@ -12,7 +12,7 @@ addCollection(solid)
|
||||
|
||||
defineProps({
|
||||
name: {
|
||||
type: String,
|
||||
type: [String, Object],
|
||||
required: true
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user