Issue #128: Done.
This commit is contained in:
@@ -41,6 +41,8 @@ export default {
|
||||
min: newValue.min,
|
||||
max: newValue.max
|
||||
};
|
||||
this.$emit('min-total-seconds', newValue.min);
|
||||
this.$emit('max-total-seconds', newValue.max);
|
||||
}
|
||||
this.setTimeValue();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user