@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.
|
1
|
+
0.0.127
|
package/package.json
CHANGED
@@ -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')
|