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

144
Views
Sails.js Cómo agregar el src/href por el vuejs
<img src="{{ event.imageurl }}" alt="Placeholder image" /> <a class="title is-4" href="http://localhost:1337/detail/{{ event.id }}">{{ event.eventname }}</a>

event.imageurl y el enlace <a> no se pueden mostrar. Pero los otros elementos sin enlace son correctos para mostrar en

Error en imagen y enlace

http://localhost:1337/detail/%7B%7B%20event.id%20%7D%7D

error de enlace de <a>

Incluso agrego : antes de src/href , todavía no funciona

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

yo se como solucionarlo

 <img :src="event.imageurl" alt="Placeholder image" /> <a class="title is-4" :href="'http://localhost:1337/detail/'+ event.id ">{{ event.eventname }}</a >
about 4 years ago · Juan Pablo Isaza Report

0

Tienes que agregar : antes de src / href , y luego eliminar {{}}

about 4 years ago · Juan Pablo Isaza 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!