We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e36e8 commit 2a7ac37Copy full SHA for 2a7ac37
README.md
@@ -95,7 +95,7 @@ Limit the minimum and maximum value by using `min` and `max` props.
95
- `min` and `max` accept `String` or `Number` values.
96
97
```vue
98
-<vue-numeric min="2000" v-bind:max="10000"></vue-numeric>
+<vue-numeric v-bind:min="2000" v-bind:max="10000"></vue-numeric>
99
```
100
101
### Disable/enable negative values
0 commit comments