mercs600 / vue2-perfect-scrollbar

Vue.js wrapper for perfect scrollbar
https://mercs600.github.io/vue2-perfect-scrollbar/
MIT License
275 stars 43 forks source link

WIP feat/vue3 #63

Closed crutch12 closed 3 years ago

crutch12 commented 3 years ago

solves: https://github.com/mercs600/vue2-perfect-scrollbar/issues/60

TODO:

@mercs600 I think we should create @next version (and npm tag) for vue3 contributions.

mercs600 commented 3 years ago

Nice work @crutch12 I will merge it and add new tests config, because new Vue test utils can work with jest only.

crutch12 commented 3 years ago

@mercs600 could you create npm @next tag or update lib major version (2.0.0)?

mercs600 commented 3 years ago

@crutch12 I would like to avoid naming issues, so I created separate package https://github.com/mercs600/vue3-perfect-scrollbar

crutch12 commented 3 years ago

@mercs600 great!