vue-range-slider icon indicating copy to clipboard operation
vue-range-slider copied to clipboard

The "dot" slot doesn't work?

Open francisashley opened this issue 4 years ago • 0 comments
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?

francisashley avatar Feb 01 '21 11:02 francisashley