videojs-player icon indicating copy to clipboard operation
videojs-player copied to clipboard

Does vue3 support custom buttons to play pause video?

Open F1462900874 opened this issue 1 year ago • 1 comments

Describe the bug

I'm using the latest version of vue3 and have gotten the component instance, but can't execute the play() method

Reproduction

System Info

"dependencies": {
    "@videojs-player/vue": "1.0.0",
    "video.js": "8.9.0",
    "vue": "^3.3.11",
    "vue-router": "^4.2.5",
  },

Used Package Manager

yarn

Validations

  • [X] Read the the documentation in detail.
  • [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • [X] Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
  • [X] The provided reproduction is a minimal reproducible example of the bug.

F1462900874 avatar Jan 26 '24 08:01 F1462900874

我也遇到这个问题了,主键实例的这些方法都是undefined,只能通过dom去执行方法

fengfengzhidao avatar Jun 08 '24 01:06 fengfengzhidao