Igor Pereira

Results 2 comments of Igor Pereira

Hello @MFrizzy . I have the same problem but when I use your code I receive the following error: "Cannot find name 'DatalayerEvents'"

Hey @MFrizzy I managed to make it work using: declare module "vue/types/vue" { interface Vue { $gtm: { push(event: { event: string; [key: string]: any }): void; }; } }