Tanguy Thomas
Results
3
comments of
Tanguy Thomas
Hey ! That's how we fixed it : nuxt.d.ts ``` declare module "vue/types/vue" { interface Vue { $gtm: { pushEvent(event: { event: DatalayerEvents; [key: string]: any }): void; }; }...
Hey @igor-pereira That's a custom type i've made with my GTM Events : ```type DatalayerEvents = "login" | "register";``` You can use an enumeration if you want ;)
I followed the setup with an intel x86 mac, no issues for me