@afeefa/vue-app 0.0.126 → 0.0.127

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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')