use vuetify time picker, #161

This commit is contained in:
lesion
2022-06-03 16:22:33 +02:00
parent 7767cdec88
commit 58109d1074
2 changed files with 55 additions and 20 deletions

View File

@@ -181,7 +181,9 @@ export default {
if (!this.$refs.form.validate()) {
this.$nextTick(() => {
const el = document.querySelector('.v-input.error--text:first-of-type')
el.scrollIntoView(false)
if (el) {
el.scrollIntoView(false)
}
})
return
}