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

193
Views
Vue Plyr Cómo iniciar la reproducción automática basada en accesorios usando Plyr

Estoy usando Plyr para mi aplicación Vue , pero por alguna razón no puedo hacer que inicialice la reproducción automática si está configurada como verdadera. Aquí está mi código:

 <div class="vue-plyr--wrapper"> <div ref="player" :data-plyr-provider="type" v-bind:data-plyr-embed-id="src.src"></div> </div> export default { props: { src: { default: '' }, type: { default: 'image' }, autoplay: { type: Boolean, default: false, }, mute: { type: Boolean, default: false, } }, data: () => ({ started: false }), async mounted () { await this.$nextTick() await new Promise(resolve => setTimeout(resolve, 1000)) this.$options.player = new Plyr(this.$refs.player, { resetOnEnd: true, speed: { selected: 1, options: [] }, muted: this.autoplay ? true : this.mute, autoplay: this.autoplay }) }, }

¿Alguien puede decirme qué estoy haciendo mal?

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