Skip to content

Commit

Permalink
fix(Icon): name can be an object
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Feb 11, 2022
1 parent b2705fe commit f513ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/elements/Icon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ addCollection(solid)
defineProps({
name: {
type: String,
type: [String, Object],
required: true
}
})
Expand Down

1 comment on commit f513ea6

@vercel
Copy link

@vercel vercel bot commented on f513ea6 Feb 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.