Vue Minus Plus Input
A number input with plus and minus buttons, as a VueJS component.
Basic Example
Options
- :min - minimum value
- :max - maximum value
- :value - the value, may be used with :bind v-bind:value=“someVariable”
A number input with plus and minus buttons, as a VueJS component.