Skip to content

Commit

Permalink
fix: expose player from setup (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
swilla committed Jan 31, 2022
1 parent c20ef3a commit f94b3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VimeoPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default {
const update = (id) => player.loadVideo(mergeOptions({ id }))
return {
update, play, pause, mute, unmute, elementRef
update, play, pause, mute, unmute, elementRef, player
}
}
}
Expand Down

0 comments on commit f94b3cd

Please sign in to comment.