UNPKG

nuxt-hpcaptcha

Version:

Nuxt 3 HPCaptcha component library is a plain utility whereby you can have an advanced yet hassle-free captcha in an instant

5 lines (4 loc) 141 B
import { defineNuxtPlugin } from "#app"; export default defineNuxtPlugin((_nuxtApp) => { console.log("Plugin injected by my-module!"); });