Closed codanator closed 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
Thx, will try to fix asap.
Fixed in next release.
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