UNPKG

vue3-infinite-viewer

Version:

Vue 3 Infinite Viewer is Document Viewer Component with infinite scrolling.

5 lines (3 loc) 92 B
import { createApp } from 'vue'; import App from './App.vue'; createApp(App).mount('#app')