Fix data type for default period
This commit is contained in:
parent
b6f3cc7c8f
commit
54442bd8ea
@ -66,7 +66,7 @@ export default {
|
||||
|
||||
period: {
|
||||
type: [Number, String],
|
||||
default: 0,
|
||||
default: "0",
|
||||
description: "Payment period"
|
||||
},
|
||||
|
||||
@ -145,7 +145,6 @@ export default {
|
||||
if (this.model) {
|
||||
this.real_model = this.model;
|
||||
}
|
||||
|
||||
this.$emit('interface', this.real_model);
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user