vuetifyjs/vuetify
[Feature Request] Add `activeColor` to `#item` slot props for `VRating`
已關閉
#22,273 建立於 2025年11月1日
C: VRatingS: needs docs updateT: enhancementgood first issue
倉庫指標
- 星標
- (40,995 顆星)
- PR 合併指標
- (平均合併 59天 10小時) (30 天內合併 8 個 PR)
描述
Problem to solve
Currently, on the VRating component, only color is passed to #item slot. It would be nice to have activeColor there for simpler configuration.
Proposed solution
Pass activeColor down as slot prop to #item in VRating component.
EDIT:
I did notice now that activeColor comes down as color inside props. It is slightly counter-intuitive, and could at least be specified in documentation.