UNPKG
nuxt-easy-lightbox
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
A plugin to the simple Vue 3 Image Lightbox component with Zoom / Drag / Rotate / Switch.
nuxt-easy-lightbox
/
dist
/
runtime
/
plugin.js
6 lines
(5 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
import
VueEasyLightbox
from
"vue-easy-lightbox"
;
import
{ defineNuxtPlugin }
from
"#app"
;
export
default
defineNuxtPlugin
(
(
_nuxtApp
) =>
{ _nuxtApp.
vueApp
.
use
(
VueEasyLightbox
); });