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
Just to give you a heads up as I stumbled across the same warning today:
Make sure to import without curly braces since the lib provides no named exports.
e.g.: import CookieLaw from 'vue-cookie-law'
[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
The text was updated successfully, but these errors were encountered: