[Vuejs]-Clapper live stream player error with vue js

0👍

In Vue with your code Your player init code should be in mounted() of component containing #player-wrapper. Also make sure that your clappr import is in html template not in *.vue file of component. Or imported in script section of *.vue like this: import Clappr from 'clappr'. And make npm i clappr

Leave a comment