This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ant-design-vue
mirror of
https://github.com/vueComponent/ant-design-vue
Watch
1
Star
0
Fork
You've already forked ant-design-vue
0
Code
Issues
Projects
Releases
Wiki
Activity
6c9de7146c
ant-design-vue
/
components
/
rate
/
demo
/
disabled.md
202 B
Raw
Blame
History
#### 只读 只读,无法进行鼠标交互。 #### Read only Read only, can't use mouse to interact.
<template>
<a-rate :defaultValue="2" disabled />
</template>