Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'start' props (player-vars) does not work #71

Open
sbyeol3 opened this issue May 27, 2020 · 0 comments
Open

'start' props (player-vars) does not work #71

sbyeol3 opened this issue May 27, 2020 · 0 comments

Comments

@sbyeol3
Copy link

sbyeol3 commented May 27, 2020

code is

<youtube :video-id="lecture.video_id"
     @ready="ready"
     @paused="saveCurrentTime"
     @ended="saveCurrentTime"
      :player-vars="{start: 100, autoplay: 1}">
</youtube>

'props' in Vue DevTools is

mute:false
playerHeight:"390"
playerVars:Object
autoplay:1
start:100
playerWidth:"640"
videoId:"QODxI9iTj9M"

'autoplay' prop does work.
but 'start' does not work.
The video starts at 0:00
Module version is 2.2.1.

Please Help me..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant