Hi,
There could be several reasons why the videoJS player is not working in your VueJS component in AEM. Here are a few suggestions you can try:
- Make sure you have installed and included the videoJS library correctly in your project.
- Check the console for any errors or warning messages related to the player.
- Verify that the player is properly initialized and configured in your VueJS component.
- Ensure that the video file path is correct and accessible to the player.
- Try loading the player in a different container element to rule out any conflicts with your current VueJS component.
- Consider using a different video player library that is compatible with VueJS.
By troubleshooting these issues, you should be able to get the videoJS player working in your VueJS component in AEM.