2018-03-21 07:45:01 +00:00
|
|
|
<cn>
|
|
|
|
#### 清除
|
|
|
|
支持允许或者禁用清除。
|
|
|
|
</cn>
|
|
|
|
|
|
|
|
<us>
|
|
|
|
#### Clear star
|
|
|
|
Support set allow to clear star when click again.
|
|
|
|
</us>
|
|
|
|
|
2019-10-09 10:32:23 +00:00
|
|
|
```tpl
|
2018-03-21 07:45:01 +00:00
|
|
|
<template>
|
|
|
|
<div>
|
|
|
|
<a-rate :defaultValue="3" /> allowClear: true
|
|
|
|
<br />
|
|
|
|
<a-rate :allowClear="false" :defaultValue="3" /> allowClear: false
|
|
|
|
<br />
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
```
|