commit
e67a18e3cc
1 changed files with 3 additions and 4 deletions
|
@ -80,9 +80,9 @@
|
||||||
type: Number,
|
type: Number,
|
||||||
default: 1
|
default: 1
|
||||||
},
|
},
|
||||||
activeChange:{
|
activeChange: {
|
||||||
type:Boolean,
|
type: Boolean,
|
||||||
default:true
|
default: true
|
||||||
},
|
},
|
||||||
value: {
|
value: {
|
||||||
type: Number,
|
type: Number,
|
||||||
|
@ -314,7 +314,6 @@
|
||||||
},
|
},
|
||||||
changeVal (val) {
|
changeVal (val) {
|
||||||
val = Number(val);
|
val = Number(val);
|
||||||
//this.setValue(val);
|
|
||||||
if (!isNaN(val)) {
|
if (!isNaN(val)) {
|
||||||
const step = this.step;
|
const step = this.step;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue