Added data edited event
This commit is contained in:
@@ -202,6 +202,7 @@ export default {
|
||||
saveEdit() {
|
||||
this.show.editor = false;
|
||||
this.$emit('update:data', this.editorData);
|
||||
this.$emit("dataUpdated", this.data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user