diff --git a/src/components/DateInput.vue b/src/components/DateInput.vue index 4cd0c196..9112ab9f 100644 --- a/src/components/DateInput.vue +++ b/src/components/DateInput.vue @@ -117,7 +117,7 @@ export default { this.input.blur() } - if ((this.typeable) && (typeof this$1.format === 'string')) { + if ((this.typeable) && (typeof this.format === 'string')) { let typedDate /**