test(front): fix lint error with vue lazyload

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2403>
pipelines/30920
jo 2023-05-16 14:15:56 +02:00 zatwierdzone przez Georg Krause
rodzic 208e1c9592
commit 35dda994c0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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