add watchers for min and max in inputNumber
This commit is contained in:
parent
7f08fb512a
commit
fa66bfb19f
2 changed files with 12 additions and 1 deletions
|
@ -273,6 +273,12 @@
|
|||
},
|
||||
currentValue (val) {
|
||||
this.changeVal(val);
|
||||
},
|
||||
min () {
|
||||
this.changeVal(this.currentValue);
|
||||
},
|
||||
max () {
|
||||
this.changeVal(this.currentValue);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue