Quan Do

Results 3 comments of Quan Do

I faced with the same issue. is there any solution for this ?

I also built the pixel module for nuxt 3. Everyone can try and give me feedback https://github.com/quando1910/nuxt3-meta-pixel

I think the bug comes from the version of swiper. I added those lines into package.json file and reinstall then it works. ``` "resolutions": { "swiper": "^11.0.5" } ``` this...