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 a5e78b4 commit 454de99Copy full SHA for 454de99
src/components/ui/Recaptcha.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <vue-recaptcha :sitekey="siteKey" @verify="handleSuccess" @error="handleError"></vue-recaptcha>
+ <vue-recaptcha theme="dark" :sitekey="siteKey" @verify="handleSuccess" @error="handleError"></vue-recaptcha>
3
</template>
4
5
<script setup lang="ts">
0 commit comments