This repository has been archived by the owner on Jul 10, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allows overriding the directive name, defaulting to `bar`. E.g. ```js import Vuebar from 'vuebar'; Vue.use(Vuebar, { directive:'custom-scroll' }); ``` ```html <div v-custom-scroll></div>` ```
- Loading branch information