I use nuxtjs as front end going to put Google recaptcha versi 3 in my site but it always give me google captcha in right bottom, i use recaptcha versi 3
this is my screen shoot
i configure code as documention but still doesn't work, this is my script calling recaptcha google put in head section
function onloadCallback() {
grecaptcha.ready(function() {
grecaptcha.execute('6Le3oXkUAAAAACZn9Dbhriy9WFQQTEIqzlmm7bqc12', {action: 'action_name'})
.then(function(token) {
// Verify the token on the server.
})
})
}
this is my html
<div class="g-recaptcha" data-sitekey="6Le3oXkUAAAAACZn9Dbhriy9WFQQTEIqzlmm7bqc12" data-bind="recaptcha-submit" data-badge="inline" :style="{ display: `block` }"></div>
i google and found this but still doesn't work for me, where do i miss