UNPKG

maz-ui

Version:

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

11 lines (10 loc) 247 B
import { d as directive } from "../chunks/fullscreen-img.directive.D9oQ3Gni.js"; const plugin = { install(app) { app.directive("fullscreen-img", directive); } }; export { directive as vFullscreenImg, plugin as vFullscreenImgInstall };