vue-programmatic-invisible-google-recaptcha
Version:
A simple invisible Google reCAPTCHA component focused solely on programmatic invocation.
17 lines (16 loc) • 792 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="Description" content="vue-programmatic-invisible-google-recaptcha | Promosis">
<meta name="robots" content="index,follow">
<title>vue-programmatic-invisible-google-recaptcha | Promosis</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
</head>
<body>
<div id="app"></div>
<script src="https://www.google.com/recaptcha/api.js?render=explicit" async defer></script>
</body>
</html>