@afeefa/vue-app 0.0.151 → 0.0.152
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.152
|
package/package.json
CHANGED
@@ -67,6 +67,10 @@ export default class EditForm extends Vue {
|
|
67
67
|
this.$emit('update:modelToEdit', this.modelToEdit)
|
68
68
|
}
|
69
69
|
|
70
|
+
resetChanged () {
|
71
|
+
this.lastJson = this.json
|
72
|
+
}
|
73
|
+
|
70
74
|
/**
|
71
75
|
* This will be triggered after the this.model has been set
|
72
76
|
* but before sub components may have changed model values
|