fix: lint

This commit is contained in:
kolaente 2021-12-29 21:33:55 +01:00
parent 294e89b6f7
commit 0710cea9e5
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 3 additions and 4 deletions

View file

@ -79,7 +79,6 @@ const flatPickerConfig = computed(() => ({
},
}))
const showPopup = ref<Boolean>(false)
const dateRange = ref<string>('')
watch(
@ -99,7 +98,7 @@ watch(
dateFrom: new Date(fromDate),
dateTo: new Date(toDate),
})
}
},
)
function formatDate(date: Date): string {