Skip to content

Instantly share code, notes, and snippets.

@igamov
Created October 6, 2022 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igamov/6504ecb0d0b22ead64ba6cce114ea68c to your computer and use it in GitHub Desktop.
Save igamov/6504ecb0d0b22ead64ba6cce114ea68c to your computer and use it in GitHub Desktop.
use fancyapps in nuxt3
import { Fancybox } from "@fancyapps/ui/dist/fancybox.esm.js";
import "@fancyapps/ui/dist/fancybox.css";
export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.vueApp.use(() => Fancybox)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment