UNPKG
vue-recaptcha
Version:
beta (2.0.0-beta)
latest (3.0.0-alpha.6)
next (3.0.0-alpha.2)
3.0.0-alpha.6
3.0.0-alpha.5
3.0.0-alpha.4
3.0.0-alpha.3
3.0.0-alpha.2
3.0.0-alpha.1
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-beta
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.0
0.0.2
0.0.1
ReCAPTCHA vue component
DanSnow/vue-recaptcha
vue-recaptcha
/
dist
/
enterprise-helper.mjs
6 lines
(5 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ invariant }
from
"./utils.mjs"
;
export
function
getEnterpriseRecaptcha
(
) {
invariant
(
window
.
grecaptcha
.
enterprise
,
"Please load enterprise recaptcha script first"
);
return
window
.
grecaptcha
.
enterprise
; }