tiny-player icon indicating copy to clipboard operation
tiny-player copied to clipboard

初始化时报错:Cannot read properties of undefined (reading 'nativeControls')

Open WHIPLASHCZ opened this issue 2 years ago • 1 comments

Vue2项目,在初始化tinyPlayer时报错: image

WHIPLASHCZ avatar Sep 05 '23 02:09 WHIPLASHCZ

初始化的时候增加配置controlOptions const tp = new TinyPlayer({ container: document.getElementById('tiny-player'), controlOptions:{ nativeControls:false }, src: '', })

dzsdbsdxq avatar Dec 13 '23 04:12 dzsdbsdxq