Added data edited event

This commit is contained in:
2020-12-05 01:12:58 +01:00
parent ab40c321a3
commit 1428502706
3 changed files with 35 additions and 56 deletions

View File

@@ -202,6 +202,7 @@ export default {
saveEdit() {
this.show.editor = false;
this.$emit('update:data', this.editorData);
this.$emit("dataUpdated", this.data);
}
}
}