Hi. I am trying to set this tag
<script src="https://www.google.com/recaptcha/api.js?onload=vueRecaptchaApiLoaded&render=explicit" async defer></script>
But this one
{ src: 'https://www.google.com/recaptcha/api.js?onload=vueRecaptchaApiLoaded&render=explicit', async: undefined, defer: undefined }
generates this in Nuxt
<script data-n-head="true" src="https://www.google.com/recaptcha/api.js?onload=vueRecaptchaApiLoaded&render=explicit">
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1643">#c1643</a>)</em></sub></div>