Anders Bootsmann Overvad

Results 40 comments of Anders Bootsmann Overvad

Yes, but not with locomotive.

@nelsonxx1 did you manage to do this in nuxt3?

@travisricks You can implement it through potscss as a plugin like this: this is diretcly in the nuxt.config ``` postcss: { plugins: { "@fullhuman/postcss-purgecss": { mode: "postcss", enabled: true, content:...

And would you make events like this then? this.insights("clickedObjectIDsAfterSearch", item, "Go to product page") and this.insights("convertedObjectIDsAfterSearch", { eventName: "Add to cart", objectIDs: [item.objectID + ""] });

Should I add it to ais-instant-search-ssr ? if I just import it into my hits component and use it like above i get this error: ![image](https://user-images.githubusercontent.com/65391517/125800633-369f5899-f147-474e-a289-135f9911ec85.png) Otherwise if I use...

Otherwise, do you have any docs on implementing this in nuxt? :)

@francoischalifour @Haroenv ? :)

@tkrugg Thanks for the answer :) How would you implement it with an object? and isn't this Vue3 ? i'm using nuxt, and it's only in vue2 for now.

i'm currenly using this router: ``` import VueRouter from 'vue-router'; import { Dictionary } from 'vue-router/types/router'; type RouteState = { [key: string]: unknown }; export function nuxtRouter(vueRouter: VueRouter) { return...