test(front): fix lint error with vue lazyload

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2403>
This commit is contained in:
jo 2023-05-16 14:15:56 +02:00 committed by Georg Krause
parent 208e1c9592
commit 35dda994c0
1 changed files with 1 additions and 1 deletions

View File

@ -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, {})
}