![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | dev/ | 2024-10-02 08:35 | - | |
![]() | docs/ | 2024-10-02 08:35 | - | |
![]() | dist/ | 2024-10-02 08:35 | - | |
![]() | build/ | 2024-10-02 08:35 | - | |
![]() | src/ | 2024-10-02 08:35 | - | |
![]() | package.json | 2024-10-02 08:35 | 2.1K | |
![]() | README.md | 2024-10-02 08:35 | 469 |
# vue-scrollbar-simple ## Introduction [vue-scrollbar-simple](https://theoxiong.github.io/vue-scrollbar-simple) is a vue component of scrollbar ## Install ``` $ npm install vue-scrollbar-simple --save ``` ## Usage #### import with ES6 ``` import VueScrollbar from 'vue-scrollbar-simple' ``` #### global registration ``` Vue.use(VueScrollbar) ``` #### local registration ``` <vue-scrollbar><div>content</div></vue-scrollbar> components: { VueScrollbar } ```