Bart Libner
Results
1
comments of
Bart Libner
I made it work using this following code in my application, in one of Components (I'm using composition API): ``` config.public.gtm.enabled = true; useGtm()?.enable(true) ``` it only works if both...