vue-vimeo-player
vue-vimeo-player copied to clipboard
Vue.js wrapper for Vimeo player
Hi I am using this plugin in my Vue project. I need to set the current time from the database. It is for, resuming the player from the last watched...
Hi. How can I customize this player? I have been searching over times but still not find the solution. How can I get the double click event and add custom...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
The player works well for basic controls like play, pause, and stop, but some additional methods provided by the Vimeo API (like setCurrentTime) are not fully implemented or accessible in...
I was looking into this issue [https://github.com/dobromir-hristov/vue-vimeo-player/issues/103](https://github.com/dobromir-hristov/vue-vimeo-player/issues/103) by creating a fork of the player and realised that the player as a ref is undefined. Here's a screenshot of Vue Dev...