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
Source:stackexchange.com