jk's notes
  • Rate 评分

Rate 评分

文档: https://vant-contrib.gitee.io/vant/#/zh-CN/rate

基本用法:

<van-rate v-model="value" />

常用属性:

  • color 选中时的颜色
  • void-color 未选中的颜色
  • readonly
  • clearable

可监听 change 事件

<van-rate
  v-model="value"
  :size="25"
  color="#ffd21e"
  void-icon="star"
  void-color="#eee"
/>

image-20240112172738961

Last Updated:
Contributors: jk