文件名称:recaptcha-module::robot:简单易用的Google reCAPTCHA与Nuxt.js集成
文件大小:208KB
文件格式:ZIP
更新时间:2024-05-18 07:52:38
recaptcha captcha nuxt grecaptcha nuxt-module
Google reCAPTCHA :robot: 简单易用的Google reCAPTCHA与Nuxt.js集成 设置 将带有yarn或npm @nuxtjs/recaptcha依赖项添加到您的项目中 将@nuxtjs/recaptcha添加到nuxt.config.js modules部分 配置它: { modules : [ [ '@nuxtjs/recaptcha' , { /* reCAPTCHA options */ } ] , ] } 使用*选项 { modules : [ '@nuxtjs/recaptcha' , ] , recaptcha : { /* reCAPTCHA options */ } , } 配置 { // ... recaptcha : { hide
【文件预览】:
recaptcha-module-master
----husky.config.js(147B)
----.gitignore(70B)
----package.json(2KB)
----commitlint.config.js(76B)
----jest.config.js(340B)
----LICENSE(1KB)
----CHANGELOG.md(7KB)
----types()
--------index.d.ts(938B)
----.eslintrc.js(143B)
----README.md(5KB)
----example()
--------both()
--------v3()
--------v2()
----.eslintignore(66B)
----lib()
--------plugin.js(5KB)
--------module.js(436B)
--------recaptcha.vue(2KB)
----babel.config.js(142B)
----.circleci()
--------config.yml(727B)
----renovate.json(37B)
----test()
--------module.test.js(0B)
----.editorconfig(188B)
----yarn.lock(512KB)