vue-recaptcha
Version:
ReCAPTCHA vue component
7 lines (6 loc) • 361 B
JavaScript
import { getEnterpriseRecaptcha } from "./enterprise-helper.mjs";
import { createPlugin } from "./plugin.mjs";
import { createUnheadRecaptcha } from "./script-manager/unhead.mjs";
export * from "./api.mjs";
const plugin = createPlugin(createUnheadRecaptcha, { getRecaptcha: getEnterpriseRecaptcha });
export { plugin as default, plugin as VueRecaptchaPlugin };