@afeefa/vue-app 0.0.82 → 0.0.83

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- 0.0.82
1
+ 0.0.83
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.82",
3
+ "version": "0.0.83",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -51,6 +51,8 @@ export default class ADatePicker extends Mixins(ComponentWidthMixin) {
51
51
  created () {
52
52
  if (this.value) {
53
53
  this.value_ = this.value
54
+ } else {
55
+ this.value_Changed() // force validation if date is null
54
56
  }
55
57
  this.$emit('input', this.value_)
56
58
  }