betagouv / mission-transition-ecologique

Application Transition Ecologique des Entreprises
https://mission-transition-ecologique.beta.gouv.fr/
GNU Affero General Public License v3.0
7 stars 7 forks source link

refactor: Update ChatAdvisorPage to async import iframe-resizer #1322

Open dolemoine opened 3 days ago

dolemoine commented 3 days ago

Changed the vResize directive to import 'iframe-resizer' asynchronously inside the mounted hook. This ensures that the iframe resizer library is only loaded when needed, potentially improving page load times. Also updated the default options with log set to false.

closes #1056