ant-design-vue/components/rate/demo/half.md

16 lines
177 B
Markdown
Raw Normal View History

2018-03-21 07:45:01 +00:00
<cn>
#### 半星
支持选中半星。
</cn>
<us>
#### Half star
Support select half star.
</us>
```html
<template>
<a-rate :defaultValue="2.5" allowHalf />
</template>
```