test(front): fix lint error with vue lazyload
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2403>
This commit is contained in:
parent
208e1c9592
commit
35dda994c0
|
@ -3,5 +3,5 @@ import type { InitModule } from '~/types'
|
||||||
import VueLazyload from 'vue3-lazyload'
|
import VueLazyload from 'vue3-lazyload'
|
||||||
|
|
||||||
export const install: InitModule = ({ app }) => {
|
export const install: InitModule = ({ app }) => {
|
||||||
app.use(VueLazyload)
|
app.use(VueLazyload, {})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue