美文网首页
谷歌验证器接入

谷歌验证器接入

作者: 殇城阡陌 | 来源:发表于2020-07-28 15:50 被阅读0次

yarn add vue-recaptcha -S

<vue-recaptcha

          sitekey="*********************"

          :loadRecaptchaScript="true"

          recaptchaHost="www.recaptcha.net"

          @verify="recaptchaVerify"

          @expired="resetExpired"

          @error="resetError"

        />

import VueRecaptcha from "vue-recaptcha";

export default { components: {  "vue-recaptcha": VueRecaptcha } },

相关文章

网友评论

      本文标题:谷歌验证器接入

      本文链接:https://www.haomeiwen.com/subject/uowfrktx.html