vue-smooth-scrollbar icon indicating copy to clipboard operation
vue-smooth-scrollbar copied to clipboard

how to use plugin effect ?

Open geofany opened this issue 4 years ago • 0 comments

i want to use effect bounce

<smooth-scrollbar :options="options"> </smooth-scrollbar>

options: { alwaysShowTracks: true, plugins: { effect: 'bounce' } }

geofany avatar Oct 27 '21 09:10 geofany