The problem of introducing video.js 's playlist plug-in into vue-video-player

using vue-video-player for video playback requires playlist function. It is found that there are playlist and playlist-ui modules in the plugin of videojs, so try to introduce:

directly into the playback component.
   
has tried to load globally in main.js, and the result is the same, using the import "videojs-playlist" introduced by vue-video-player in the component does not work.
Xiaobai asks the masters how to solve this problem.


has the landlord solved it?

Menu