So I installed as you install vue 3 plugins:
main.js:
import VScrollLock from 'v-scroll-lock'
app.use(VScrollLock)
and in the app
<div v-scroll-lock="true">
but nothing happens, the body is still scrollable. It fails silently, so no errors or anything.
So I installed as you install vue 3 plugins:
main.js:
and in the app
but nothing happens, the body is still scrollable. It fails silently, so no errors or anything.