@afeefa/vue-app 0.0.73 → 0.0.74

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- 0.0.73
1
+ 0.0.74
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.73",
3
+ "version": "0.0.74",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -47,6 +47,8 @@ export default class EditForm extends Vue {
47
47
  this.modelToEdit = this.model.cloneForEdit()
48
48
  }
49
49
  this.lastJson = this.json
50
+
51
+ this.$emit('update:modelToEdit', this.modelToEdit)
50
52
  }
51
53
 
52
54
  /**
@@ -6,6 +6,7 @@
6
6
  ref="form"
7
7
  :model="model"
8
8
  :createModelToEdit="createModelToEdit"
9
+ v-on="$listeners"
9
10
  >
10
11
  <template #form="{modelToEdit, model, changed, valid}">
11
12
  <slot