Fix data type for default period

This commit is contained in:
benguozakinci@gmail.com 2021-08-26 09:24:03 +03:00
parent b6f3cc7c8f
commit 54442bd8ea

View File

@ -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);
},