moneygroup fixes.

This commit is contained in:
Cüneyt Şentürk
2020-02-12 16:09:44 +03:00
parent 4a9d486321
commit 27e027c564
6 changed files with 15 additions and 32 deletions

View File

@ -137,8 +137,8 @@ export default {
input(event) {
this.model = event;
this.$emit('change', this.model);
this.$emit('interface', this.model);
//this.$emit('change', this.model);
//this.$emit('interface', this.model);
}
},
@ -157,8 +157,8 @@ export default {
this.model = value;
},
model: function (model) {
//this.$emit('change', this.model);
//this.$emit('interface', this.model);
this.$emit('change', this.model);
this.$emit('interface', this.model);
}
},
}