We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616bfd5 commit 04ee275Copy full SHA for 04ee275
components/Recaptcha.vue
@@ -2,7 +2,7 @@
2
<ClientOnly>
3
<vue-recaptcha
4
ref="recaptcha"
5
- :sitekey="site_key"
+ :site-key="site_key"
6
:loadRecaptchaScript="true"
7
@expired="is_captcha_validated = false"
8
@verify="submit_recaptcha"
0 commit comments