UNPKG

maz-ui

Version:

A standalone components library for Vue.Js 3 & Nuxt.Js 3

6 lines (5 loc) 182 B
import { vClickOutsideInstall } from "maz-ui"; import { defineNuxtPlugin } from "#imports"; export default defineNuxtPlugin(({ vueApp }) => { vueApp.use(vClickOutsideInstall); });