From 66537a50321a163099a78aed5a829953fef28e70 Mon Sep 17 00:00:00 2001 From: Aliaksandr Date: Mon, 15 Feb 2021 14:55:04 +0300 Subject: [PATCH] Update DateInput.vue --- src/components/DateInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /**