Vue plugin to install Iubenda's Cookies Solution javascript.
yarn add vue-iubenda
or npm install vue-iubenda
.
import VueIubenda from 'vue-iubenda';
Vue.use(VueIubenda, {
lang: 'en',
siteId: XXXXXX, // Iubenda site id
cookiePolicyId: XXXXXXX, // Iubenda cookiePolicy id
});
For a full list of configuration options see the official documentation.