UNPKG

nuxt-easy-lightbox

Version:

A plugin to the simple Vue 3 Image Lightbox component with Zoom / Drag / Rotate / Switch.

6 lines (5 loc) 182 B
import VueEasyLightbox from "vue-easy-lightbox"; import { defineNuxtPlugin } from "#app"; export default defineNuxtPlugin((_nuxtApp) => { _nuxtApp.vueApp.use(VueEasyLightbox); });