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.
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