Skip to content

Commit 2a7ac37

Browse files
authored
Update README.md
1 parent 82e36e8 commit 2a7ac37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Limit the minimum and maximum value by using `min` and `max` props.
9595
- `min` and `max` accept `String` or `Number` values.
9696

9797
```vue
98-
<vue-numeric min="2000" v-bind:max="10000"></vue-numeric>
98+
<vue-numeric v-bind:min="2000" v-bind:max="10000"></vue-numeric>
9999
```
100100

101101
### Disable/enable negative values

0 commit comments

Comments
 (0)