tiny-player
tiny-player copied to clipboard
初始化时报错:Cannot read properties of undefined (reading 'nativeControls')
Vue2项目,在初始化tinyPlayer时报错:
初始化的时候增加配置controlOptions
const tp = new TinyPlayer({ container: document.getElementById('tiny-player'), controlOptions:{ nativeControls:false }, src: '', })