We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d29ba commit 155df99Copy full SHA for 155df99
README.md
@@ -63,6 +63,12 @@ Use HTML template
63
<Rate :length="5" :value="2" :disabled="true"></Rate>
64
```
65
66
+- `readonly {boolean}`: Read-only rate.
67
+
68
+```html
69
+<Rate :length="5" :value="2" :readonly="true"></Rate>
70
+```
71
72
## Events
73
74
```javascript
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-rate",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "Rate component for Vue",
5
"main": "Rate.vue",
6
"scripts": {
0 commit comments