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
/
head.mjs
6 lines
(5 loc)
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ createPlugin }
from
"./plugin.mjs"
;
import
{ createHeadRecaptcha }
from
"./script-manager/head.mjs"
;
export
*
from
"./api.mjs"
;
const
plugin =
createPlugin
(createHeadRecaptcha);
export
{ plugin
as
default
, plugin
as
VueRecaptchaPlugin
};