vue-range-slider
vue-range-slider copied to clipboard
The "dot" slot doesn't work?
trafficstars
I'm trying to add svg arrows inside the slider handles but the following doesn't do anything.
<vue-range-slider class="search-range-slider">
<template slot="dot">
ssssssssssss
</template>
</vue-range-slider>
What's wrong with the above?