DominikSerafin / vuebar

(🗃️ Archived) Vue 2 directive for custom scrollbar that uses native scroll behavior. Lightweight, performant, customizable and without dependencies. Used successfully in production on https://ggather.com
https://github.serafin.io/vuebar/
MIT License
649 stars 77 forks source link

Method name `destroy` in development branch #57

Closed black-black-cat closed 6 years ago

black-black-cat commented 6 years ago

Hey buddy

I am using the development branch in my project, thanks for your work, and I found a method name typo.

In development branch, line 1112 in file vuebar.js, destroyScrollbar should be destroy.

DominikSerafin commented 6 years ago

Thanks @black-black-cat! Good eye. I've fixed it in dev branch.