nuxt-recaptcha
v0.0.7
Published
Nuxt 3 integration for Google Recaptcha
Downloads
134
Readme
Nuxt Recaptcha
Nuxt integration for Google Recaptcha
Installation
pnpm add nuxt-recaptcha
Usage
Add nuxt-recaptcha
to the modules
section of your nuxt.config.ts
file.
export default defineNuxtConfig({
modules: [
'nuxt-recaptcha',
],
recaptcha: {
siteKey: '...'
},
})
For more info, please refer to our documentation.