dutchheight / craft-cookie-boss

Allow your visitors to set their cookie preference.
Other
3 stars 1 forks source link

Vue Version problem #18

Closed codanator closed 3 years ago

codanator commented 3 years ago

Hy,

In askConsent/_index.twig you are importing vue without a specific version. Since vue3 is now default and your components are not vue3 ready it gives an error.

Fixed it with:

in _index.twig

KevinBeckers commented 3 years ago

Thx, will try to fix asap.

KevinBeckers commented 3 years ago

Fixed in next release.