Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

219
Views
Vue: ¿Cómo usar v-bind en una imagen svg?

Traté de cargar una imagen svg en la etiqueta img de dos maneras. Cuando uso la primera forma, funciona bien, pero cuando uso la segunda forma, no funciona.

¿Cómo hacer que la segunda vía (v-bind :) funcione bien?

 <template> <div> <img src="../../assets/ico_refresh-ccwb.svg"> <!-- 1st : working --> <img :src="imgSrc"> <!-- 2st : not working --> </div> </template> <script> export default { data(){ return{ imgSrc : '../../assets/ico_refresh-ccwb.svg' } } } </script>
over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

@niddddddfier necesita prefijar su propiedad imgSrc con la palabra clave require . p.ej,

 data(){ return{ imgSrc : require('../../assets/ico_refresh-ccwb.svg') } }
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!