### What problem does this feature solve 方便更改滑块的颜色 ### What does the proposed API look like ` <d-slider v-model="inputValue" color="#e67e22" ></d-slider>` or ` let color = ref("#e67e22"); <d-slider v-model="inputValue" :color="color" ></d-slider> `