xwpongithub / vue-range-slider

A range slider component based on vue (Vue滑块组件).
MIT License
122 stars 66 forks source link

The "dot" slot doesn't work? #26

Open francisashley opened 3 years ago

francisashley commented 3 years ago

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?