0
0
Fork 0

chore: drop ref

This commit is contained in:
Jorge Penadés 2024-08-20 16:59:16 +02:00
parent 0277aa50ce
commit d89d324a7e
1 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ const requiredFieldRule = (val) => !!val || t('globals.fieldRequired');
const dateFormat = 'HH:mm';
const isPopupOpen = ref();
const hover = ref();
const inputRef = ref();
const styleAttrs = computed(() => {
return props.isOutlined
@ -68,7 +67,6 @@ function dateToTime(newDate) {
<template>
<div @mouseover="hover = true" @mouseleave="hover = false">
<QInput
ref="inputRef"
class="vn-input-time"
mask="##:##"
placeholder="--:--"