Abdulaziz Alimov

Results 2 comments of Abdulaziz Alimov

I have this issue as well and can provide some examples. Here are the [locked](https://imgur.com/Ebu9s1G) and [unlocked](https://imgur.com/AXWHhMR) images.

My nuxt config looks like this: ``` recaptcha: { hideBadge: true, siteKey: '...', version: 2, size: 'normal' } ``` And my component is in a Vuetify form like so: ```...