UNPKG

@trustcomponent/trustcaptcha-vue

Version:

TrustCaptcha – Privacy-first CAPTCHA solution for Vue.js. GDPR-compliant, bot protection made in Europe.

7 lines 202 B
import { defineCustomElements } from '@trustcomponent/trustcaptcha-frontend/loader'; export default { install(app) { defineCustomElements(window); } }; //# sourceMappingURL=plugin.js.map