apertureless / vue-cookie-law

🍪 👮 Hackable EU Cookie Law Plugin for Vue.js
MIT License
378 stars 43 forks source link

Unknown custom element: <cookie-law> #68

Open josepfm opened 4 years ago

josepfm commented 4 years ago

[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.

riedeljan commented 4 years ago

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'