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