Skip to content
Snippets Groups Projects
Commit 8797c975 authored by syuilo's avatar syuilo
Browse files

Fix #1137

parent 6358856a
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ export default function<T extends object>(data: {
this.$watch('props', newProps => {
if (this.preventSave) {
this.preventSave = false;
this.bakeProps();
return;
}
if (this.bakedOldProps == JSON.stringify(newProps)) return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment