vue-recaptcha
Version:
ReCAPTCHA vue component
25 lines (24 loc) • 786 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
var _exportNames = {
VueRecaptchaPlugin: true
};
module.exports = exports.VueRecaptchaPlugin = void 0;
var _plugin = require("./plugin.cjs");
var _head = require("./script-manager/head.cjs");
var _api = require("./api.cjs");
Object.keys(_api).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _api[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _api[key];
}
});
});
const plugin = (0, _plugin.createPlugin)(_head.createHeadRecaptcha);
exports.VueRecaptchaPlugin = exports.default = plugin;
;