1.1.1 • Published 3 years ago

@lingcz/vue-keep-scroll v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

install

npm install @lingcz/vue-keep-scroll --save

# or

yarn add @lingcz/vue-keep-scroll

usage

<template>
    <div>
        <div class="container" style="overflow-y: scroll;"></div>
    </div>
</template>

<script>
import vueKeepScroll from '@lingczvue-keep-scroll'

export default {
    mixins: [vueKeepScroll('.container', { x: true })]
}
</script>
1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago