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
By importing Vue in components like we do for Icon we're making it so that any bundle that includes this component must also include all of Vue. It's important to keep components as minimal as possible so that we don't end up including vue over and over.
The text was updated successfully, but these errors were encountered:
By importing Vue in components like we do for
Icon
we're making it so that any bundle that includes this component must also include all of Vue. It's important to keep components as minimal as possible so that we don't end up including vue over and over.The text was updated successfully, but these errors were encountered: