fix-layer-scroll
v0.0.3
Published
解决移动端弹框时的滚动穿透
Maintainers
Readme
fix-scroll
Vue directive to fix layer scroll
Installation
$ npm i fix-layer-scrollUsage
main.js
import fixScroll from 'fix-layer-scroll'
Vue.use(fixScroll)template
<div class="dialog-mask" v-if="visible" v-fixscroll>
<div class="dialog-wrapper">
</div>
</div>