johndatserakis / vue-cookie-accept-decline

👋 Show a banner with text, a decline button, and an accept button on your page. Remembers selection using cookies. Emits an event with current selection and on creation. Good for GDPR requirements.
https://johndatserakis.github.io/vue-cookie-accept-decline/
MIT License
147 stars 19 forks source link

Refactored buttons to a more generic version #3

Closed Ornhoj closed 6 years ago

Ornhoj commented 6 years ago

In order to implement more dynamic buttons with icon / image / svg support the buttons internal content is now a slot block

Ornhoj commented 6 years ago

A bug was present - use: https://github.com/promosis/vue-cookie-accept-decline/pull/4