mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 13:08:48 +08:00
16 lines
203 B
Markdown
16 lines
203 B
Markdown
|
<cn>
|
||
|
#### 只读
|
||
|
只读,无法进行鼠标交互。
|
||
|
</cn>
|
||
|
|
||
|
<us>
|
||
|
#### Read only
|
||
|
Read only, can't use mouse to interact.
|
||
|
</us>
|
||
|
|
||
|
```html
|
||
|
<template>
|
||
|
<a-rate :defaultValue="2" disabled />
|
||
|
</template>
|
||
|
```
|