UNPKG

@marlonwiss/nuxt-directives

Version:

A Nuxt 3 module that automatically installs a collection of useful Vue 3 directives into your application.

6 lines (5 loc) 193 B
import { defineNuxtPlugin } from "#app"; import { installDirectives } from "@marlonwiss/vue-directives"; export default defineNuxtPlugin((nuxtApp) => { installDirectives(nuxtApp.vueApp); });