@trustcomponent/trustcaptcha-vue
Version:
TrustCaptcha – Privacy-first CAPTCHA solution for Vue.js. GDPR-compliant, bot protection made in Europe.
27 lines • 691 B
JavaScript
import { defineContainer } from './vue-component-lib/utils';
import { defineCustomElements } from '@trustcomponent/trustcaptcha-frontend/loader';
defineCustomElements();
export const TrustcaptchaComponent = defineContainer('trustcaptcha-component', undefined, [
'sitekey',
'privacyUrl',
'trustcaptchaApi',
'framework',
'language',
'customTranslations',
'theme',
'customDesign',
'autostart',
'tokenFieldName',
'bypassToken',
'mode',
'width',
'license',
'invisible',
'invisibleHint',
'hideBranding',
'captchaStarted',
'captchaSolved',
'captchaFailed',
'captchaReset'
]);
//# sourceMappingURL=components.js.map