UNPKG

vue-easy-lightbox

Version:

A Vue.js 3.0 image lightbox component with Zoom / Drag / Rotate / Switch

6 lines (4 loc) 111 B
import { createApp } from 'vue' import App from './AppSetup.vue' const app = createApp(App) app.mount('#app')