2018-03-21 07:45:01 +00:00
|
|
|
<cn>
|
|
|
|
#### 只读
|
|
|
|
只读,无法进行鼠标交互。
|
|
|
|
</cn>
|
|
|
|
|
|
|
|
<us>
|
|
|
|
#### Read only
|
|
|
|
Read only, can't use mouse to interact.
|
|
|
|
</us>
|
|
|
|
|
2019-10-09 10:32:23 +00:00
|
|
|
```tpl
|
2018-03-21 07:45:01 +00:00
|
|
|
<template>
|
|
|
|
<a-rate :defaultValue="2" disabled />
|
|
|
|
</template>
|
|
|
|
```
|