@afeefa/vue-app 0.0.126 → 0.0.127

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- 0.0.126
1
+ 0.0.127
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.126",
3
+ "version": "0.0.127",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -73,6 +73,8 @@ export default class EditForm extends Vue {
73
73
  * as a date field, which could turn a null to a default date.
74
74
  * Using the created() method would result in already having set
75
75
  * the default date, hence not detecting a valid "change" anymore.
76
+ *
77
+ * comment 14.12. -> this should not be necessary if components do not alter models
76
78
  */
77
79
  // @Watch('modelToEdit', {immediate: true})
78
80
  // @Watch('modelToEdit')