funkwhale/front/src/init/lazyLoad.ts

8 wiersze
163 B
TypeScript

import type { InitModule } from '~/types'
import VueLazyload from 'vue3-lazyload'
export const install: InitModule = ({ app }) => {
app.use(VueLazyload, {})
}