vue-body-scroll-lock icon indicating copy to clipboard operation
vue-body-scroll-lock copied to clipboard

Nuxt Instructions

Open lmuzquiz opened this issue 4 years ago • 1 comments

Can you add instructions for Nuxt? I tried to make it work for like 30 mins but couldn't

This was on my plugins folder: Screen Shot 2021-01-16 at 22 55 10

I also registered as a client plugin within nuxt config:

Screen Shot 2021-01-16 at 22 57 40

lmuzquiz avatar Jan 17 '21 04:01 lmuzquiz

 plugins: [
 { src:'~plugins/is-allow-body-scroll.js', mode: 'client' },
]

and on the is-allow-body-scroll.js

import Vue from 'vue'
import VBodyScrollLock from 'v-body-scroll-lock'

Vue.use(VBodyScrollLock)

This works well for me

massmediagroup-89 avatar Nov 26 '21 12:11 massmediagroup-89