Quick Talk
16 January 2024 by erwan | Leave a Comment
In a NUXT3 multi component application, some elements might not be available instantly with the document.querySelector API. This behaviour has been identified as a resolved issue since 2022 (and that was about nuxt2) and the only way to solve it seems to activate the selector after setTimeout in the mounted event of the component. I […]
Read more »
30 November 2023 by erwan | Leave a Comment
Fabric Js is a javascript library that includes a lot of design features. I use it for configurator rendering of top view. Integration in nuxt is quite straight forward using an specific interactive canva component that works with pinia data store Prerequisite : for this tutorial you need to have an existing nuxt3 project up […]