vue-smooth-scrollbar
vue-smooth-scrollbar copied to clipboard
how to use plugin effect ?
i want to use effect bounce
<smooth-scrollbar :options="options"> </smooth-scrollbar>
options: { alwaysShowTracks: true, plugins: { effect: 'bounce' } }