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

Auto-install causes crash in my configuration #20

Closed queengooborg closed 2 years ago

queengooborg commented 2 years ago

The script to auto-install the plugin into Vue crashes in my configuration, due to the fact that the global Vue is not the Vue application, but rather Vue itself (thus, there is no use function to call).