Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

96
Vistas
Property 'files' does not exist on type 'HTMLDivElement'

I have the following code:

Vue.js

   function dropHandler(event: DragEvent) {
    const { files } = event.dataTransfer as HTMLDivElement;
    console.log(files);
   }

HTML

div.text-center(
    @dragenter.stop.prevent=""
    @dragover.stop.prevent=""
    @drop.stop.prevent="dropHandler"
    @click="$refs.input.click()"
)

Even I add event: DragEvent and as HTMLDivElement, I still have an error: 'Property 'files' does not exist on type 'HTMLDivElement''.

I understand this error and why this is happening, but I can't find a workaround to do this with typescript, any ideas?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda