Open bravehot opened 5 years ago
In this page https://frncsdrk.github.io/vue-slide-bar-demo-page/, loading field can disabled. only set a :showTooltip="false" ?
https://frncsdrk.github.io/vue-slide-bar-demo-page/
:showTooltip="false"
In the example, we use :isDisabled="true" to disable drag and click
:isDisabled="true"
In this page
https://frncsdrk.github.io/vue-slide-bar-demo-page/
, loading field can disabled. only set a:showTooltip="false"
?