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

185
Views
Carrusel Vue.js Buefy, agregando imágenes locales

No puedo averiguar cómo agregar imágenes locales al carrusel buefy. ¿Hay algo que estoy haciendo mal? He intentado modificar la sección de la plantilla para incluir la imagen b, pero no sirvió de nada. Gracias

Código:

 <template> <b-carousel> <b-carousel-item v-for="(carousel, i) in carousels" :key="i"> <section :class="`hero is-medium`"> <div class="hero-body has-text-centered"> <b-image>{{carousel.image}}</b-image> </div> </section> </b-carousel-item> </b-carousel> </template> <script> export default { data(){ return { carousels: [ { title: 'Slide 1', image: require("@/assets/img1.png") }, { title: 'Slide 2', image: require("@/assets/img2.png") }, { title: 'Slide 3', image: require("@/assets/img3.png") }, ] } } } </script>
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

La etiqueta b-image toma src como accesorio que puede usar para representar su imagen. Intente modificar la parte de la imagen b al siguiente código

 <b-image :src="carousel.image" />
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!