UNPKG

vue-captcha-switcher

Version:

A Vue.js component to switch between different CAPTCHA services.

12 lines (11 loc) 233 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>vue-captcha-switcher Demo</title> </head> <body> <div id="app"></div> <script type="module" src="/src/main.ts"></script> </body> </html>