diff --git a/src/components/common/VnInputTime.vue b/src/components/common/VnInputTime.vue index 3b4c81ecd..df6b564d1 100644 --- a/src/components/common/VnInputTime.vue +++ b/src/components/common/VnInputTime.vue @@ -2,7 +2,6 @@ import { watch, computed, ref, nextTick } from 'vue'; import { useI18n } from 'vue-i18n'; import { date } from 'quasar'; -import { nextTick } from 'vue'; const model = defineModel({ type: String }); const props = defineProps({