<CookiesComply />

The CookiesComply refers to adhering to regulations and guidelines regarding the use of cookies on websites. Cookies are small text files stored on users' devices that help enhance their browsing experience. To comply with regulations like the General Data Protection Regulation (GDPR) and others, websites often implement features to inform users about the use of cookies and obtain their consent.

The component is located in the @/components/global/Cookies/Comply directory. To use the component, import it into your file:

import CookiesComply from '/components/global/Cookies/Comply';

To use the component, add it to your template:

<CookiesComply />

Usage

In the app.vue file

<div>
    <CookiesComply />
</div>

Config

For configuration's component, visit Config documentation.