diff --git a/src/runtime/components/elements/Icon.vue b/src/runtime/components/elements/Icon.vue index 72394094..e33dc004 100644 --- a/src/runtime/components/elements/Icon.vue +++ b/src/runtime/components/elements/Icon.vue @@ -12,7 +12,7 @@ addCollection(solid) defineProps({ name: { - type: String, + type: [String, Object], required: true } })