You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to make the icon work with the <component :is= ... feature of Vue? Alternatively, could a generic icon component be provided as part of the extension itself that uses a prop?
The text was updated successfully, but these errors were encountered:
I'm trying to allow an icon to be inserted into another component via a prop.
This is the (simplified) component:
And elsewhere I am doing this:
This results in the following DOM:
Is there a way to make the icon work with the
<component :is= ...
feature of Vue? Alternatively, could a generic icon component be provided as part of the extension itself that uses a prop?The text was updated successfully, but these errors were encountered: