This commit is contained in:
Moahmed-Ismail MEJRI
2022-03-16 14:36:04 +01:00
8 changed files with 81 additions and 56 deletions

View File

@@ -70,7 +70,7 @@ export default {
set(value) {
this.status = value;
this.$emit("changed", value);
this.$emit("changed", this.name,value);
},
},
},